[
https://issues.apache.org/jira/browse/FLINK-14039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328292#comment-17328292
]
Flink Jira Bot commented on FLINK-14039:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> 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)