commit | 68a86bfa5c1a50071eb8879701ab3008dbdddfb8 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Tue May 16 20:24:26 2023 +0200 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Tue May 16 20:24:26 2023 +0200 |
tree | 78b4962953dcbc7702e5e2cc192b6ea4639440a1 | |
parent | cbf7fe0662917db5bf6e589ebcd16ca368ab7ee4 [diff] |
Bump up events-broker version to 3.7.2 Change-Id: I8edb9c7134e2013d2cce5b44af52a05e5751750d
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 later.
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