[
https://issues.apache.org/jira/browse/FLINK-6503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336755#comment-17336755
]
Flink Jira Bot commented on FLINK-6503:
---------------------------------------
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.
> Refactor KinesisDataFetcher to separate concerns for shard discovery
> --------------------------------------------------------------------
>
> Key: FLINK-6503
> URL: https://issues.apache.org/jira/browse/FLINK-6503
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Kinesis
> Reporter: Tzu-Li (Gordon) Tai
> Priority: Major
> Labels: stale-major
>
> Currently, shard discovery is done within the {{KinesisDataFetcher}} 's loop.
> I propose to extract that from the fetcher and encapsulate that in a separate
> class to separate concerns.
> As can be seen in
> https://github.com/apache/flink/pull/3001/files#diff-0b702244caed9a73b7b3e1dc8a9cbaebR461,
> one downside if we do not do this refactor is apparent when adding
> rescalability of the Kinesis consumer. That required shards lookup operations
> prioir to running the fetcher, which resulted in the need to expose shard
> fetching logic external to the {{KinesisDataFetcher}}. This should be
> properly done be separating concerns of shard discovery from the fetcher.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)