[
https://issues.apache.org/jira/browse/FLINK-14039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336421#comment-17336421
]
Flink Jira Bot commented on FLINK-14039:
----------------------------------------
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> Flink Kinesis consumer: configurable per-shard consumption rate when running
> in adaptive mode
> ---------------------------------------------------------------------------------------------
>
> Key: FLINK-14039
> URL: https://issues.apache.org/jira/browse/FLINK-14039
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Kinesis
> Reporter: Ying Xu
> Priority: Major
> Labels: stale-major
>
> Currently, Flink kinesis connector has a fixed
> [2MB|https://github.com/apache/flink/blob/78748ea1aee8f9d0c0499180a2ef455490b32b24/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java#L59-L61]
> target rate (per-shard) when running in adaptive rate mode. In specific
> scenarios, it is desirable that users would want a different target rate. For
> example, when two Kinesis consumers share a common stream, the user may want
> to de-prioritize one stream such that it runs with a target rate < 2MB.
> It is relatively straightforward to implement this feature – simply add a
> per-shard target rate consumer config and has the default set to 2MB.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)