Log publishing of stream events in message_log file

Currently, when the plugin publishes a stream event to Kinesis, the
message_log file is not updated. This is in contrast with other types
of events, which are logged in the file upon successful publishing of
the messages.

Bring the logging on stream events publishing in-line with other gerrit
events. Upon successful publishing of the event, update the message_log
file with the direction, stream name and message payload.

Bug: Issue 294904654
Change-Id: I90073b82781eb3e2d19ad43f1fd89020bd233aa0
2 files changed
tree: 5b2bcea769144ed79487dfc4d40457a4d2d75c66
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

events-aws-kinesis

Provide producer and consumer of events streamed over AWS kinesis.

Build

Information on how to build this plugin can be found here

Configuration

Information on how to configure this plugin can be found here