Allow specifying failoverTimeMillis property for Kinesis consumer

A worker which does not renew it's lease within this time interval
will be regarded as having problems and it's shards will be assigned
to other workers.

Increasing failoverTimeMillis is suggested by AWS Support Team
to avoid following issue:
```
java.lang.RuntimeException: java.lang.InterruptedException at
software.amazon.kinesis.retrieval.polling.KinesisDataFetcher.
getRecords(KinesisDataFetcher.java:336
```

Bug: Issue 287304308
Change-Id: I9dbb79399d17b01e09d4cb672e83915b1909ec31
3 files changed
tree: 191f8bf1490ee5d918a58c946de338a693086b15
  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