commit | 3e784ec6e3cedf643811f95228caee23b46a0ed7 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Thu Apr 22 09:29:54 2021 +0200 |
committer | Marcin Czech <maczech@gmail.com> | Thu Apr 22 09:29:54 2021 +0200 |
tree | fc86fc31753efcab12bf7a638558db4ce5b25c63 | |
parent | 47f74d9e3f8a3cbeb20981ad6207a96fcb1a06a6 [diff] | |
parent | 02f9bf54b92964089918294a8123b4dedef49fe2 [diff] |
Merge branch 'stable-3.1' into stable-3.2 * stable-3.1: Fix properties in EventConsumerIT tests Change-Id: Ie4a063cadc2e2da7f7eb5b0759205a8fde2c6829
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
Bazel
Kafka plugin can be build as a regular ‘in-tree’ plugin. That means that is required to clone a Gerrit source tree first and then to have the Kafka plugin source directory into the /plugins path. Additionally, the plugins/external_plugin_deps.bzl file needs to be updated to match the Kafka plugin one.
git clone --recursive https://gerrit.googlesource.com/gerrit git clone https://gerrit.googlesource.com/plugins/events-kafka gerrit/plugins/events-kafka cd gerrit rm plugins/external_plugin_deps.bzl ln -s ./events-kafka/external_plugin_deps.bzl plugins/.
To build the events-kafka plugins, issue the command from the Gerrit source path:
bazel build plugins/events-kafka
The output is created in
bazel-genfiles/plugins/events-kafka/events-kafka.jar
Assuming a running Kafka broker on the same Gerrit host, add the following settings to gerrit.config:
[plugin "events-kafka"] bootstrapServers = localhost:9092