commit | 0d1043a51807bad8d8a08048d9f503b44beab84b | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jan 22 08:52:57 2018 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jan 22 08:53:02 2018 +0000 |
tree | 3a178bb84eeccd366101be5dcd11e8c6b3a17bde | |
parent | 0c3c59f31971421eed79fe8a9d44f83036a49d28 [diff] |
Fix broken builds status badge Change-Id: Iecc85ee8490052a450cb67e7bbc0a402fff0006f
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