commit | bf028428910176cde97ea569f99c682d4a0c266d | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Oct 15 23:53:07 2016 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Oct 15 23:53:07 2016 +0100 |
tree | 6271e5b28d8a114f9b097f7e82d0af31ca0248fb | |
parent | 576ba6b75891a5a1f7e0c9f4f0d108c08621f3c9 [diff] |
Add build status badge Change-Id: I9a202b56eb0830b99740521c6bc2686e366cac4a
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
The output is created in
buck-out/gen/plugins/kafka/kafka.jar
Assuming a running Kafka broker on the same Gerrit host, add the following settings to gerrit.config:
[plugin "kafka"] server = localhost:9092 topic = gerrit-events