GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/2071
[FLINK-4018](streaming-connectors) Configurable idle time between getRecords requests to Kinesis shards Along with this new configuration and the already existing `KinesisConfigConstants.CONFIG_SHARD_RECORDS_PER_GET`, users will have more control on the desired throughput behaviour for the Kinesis consumer. The default value for this new configuration is 500 milliseconds idle time. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tzulitai/flink FLINK-4018 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2071.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2071 ---- commit 74fcb62f62007c0396d2ae870298f344445ae5ce Author: Gordon Tai <gor...@vm5.com> Date: 2016-06-04T04:43:30Z [FLINK-4018] Add configuration for idle time between get requests to Kinesis shards ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---