| commit | df65ae2afd71e58599a3e6b9d599f3795a4303f5 | [log] [tgz] |
|---|---|---|
| author | Paladox none <thomasmulhall410@yahoo.com> | Sun Feb 12 01:49:41 2017 +0000 |
| committer | Paladox none <thomasmulhall410@yahoo.com> | Sun Feb 12 17:54:30 2017 +0000 |
| tree | 3d56104abf8f0c925fbb59ab2784be23f73e7dde | |
| parent | a00708ddc5cf1a25d2430501b958035190a9f58c [diff] |
Add support for Bazel in Gerrit tree build Change-Id: Icad8def01e08710fb32fbf77c1993455b86d29dd
This plugins allows to define a distributed stream of events published by Gerrit.
Events can be anything, from the traditional stream events to the Gerrit metrics.
This plugin requires Gerrit 2.13 or laster.
linuxjava-1.8BuckClone or link this plugin to the plugins directory of Gerrit's source tree, and issue the command:
buck build plugins/kafka-events
The output is created in
buck-out/gen/plugins/kafka-events/kafka-events.jar
Assuming a running Kafka broker on the same Gerrit host, add the following settings to gerrit.config:
[plugin "kafka-events"]
bootstrapServers = localhost:9092