commit | 8818713b250a8aa84c9e915c712a45bbb64453a0 | [log] [tgz] |
---|---|---|
author | Christoforos Miliotis <christoforos.miliotis.dev@gmail.com> | Mon Nov 13 17:20:37 2023 +0000 |
committer | Christoforos Miliotis <christoforos.miliotis.dev@gmail.com> | Fri Nov 24 09:18:00 2023 +0000 |
tree | 5b2bcea769144ed79487dfc4d40457a4d2d75c66 | |
parent | 0702ba6fa44a9e572de9e1026ab9f2b8827d5e20 [diff] |
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
Provide producer and consumer of events streamed over AWS kinesis.
Information on how to build this plugin can be found here
Information on how to configure this plugin can be found here