commit | 0c3c59f31971421eed79fe8a9d44f83036a49d28 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Sun Feb 12 19:42:09 2017 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Sun Feb 12 19:42:26 2017 +0000 |
tree | 61d457f76541e4d8e01d5a28de470e3a91f4004c | |
parent | df65ae2afd71e58599a3e6b9d599f3795a4303f5 [diff] |
Remove buck build Change-Id: Idab09d01f66b4c2f4f3b549fb037df08c65dfc43
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.
linux
java-1.8
Buck
Clone 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