Deserialize Event and EventMessage

From Gerrit v3.2 event contains instance id field. In version 3.4
EventMessage envelope will be replaced with Event. To allow rolling
upgrade compatibility between v3.3 and v3.4 need to be assured. To do
that KinesisRecordProcessor must be able to handle both message types.

Bug: Issue 14390
Change-Id: I0236f67e7dd75dcb18d0473417c59a11a63f2f97
2 files changed
tree: c8903841c422c2c5472f866493334e283e785c40
  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