Allow specifying RecordMaxBufferedTime property for Kinesis producer

RecordMaxBufferedTime property defines the maximum amount of time
(milliseconds) a record may spend being buffered. Increasing that
value might improve the performance of message producer.

Increasing RecordMaxBufferedTime is suggested by AWS Support Team
to avoid following issue:
`PutRecords processing time is taking longer than 500 ms to complete.`

Change-Id: Ie031fc74b9b857830b5525b2bfce725ccd7547f3
3 files changed
tree: f977ee3e19ae461a25bc3d4dee78a1475db119f1
  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