[
https://issues.apache.org/jira/browse/FLINK-16393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-16393:
-----------------------------------
Labels: pull-request-available (was: )
> Kinesis consumer unnecessarily creates record emitter thread w/o source sync
> ----------------------------------------------------------------------------
>
> Key: FLINK-16393
> URL: https://issues.apache.org/jira/browse/FLINK-16393
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kinesis
> Affects Versions: 1.8.3, 1.9.2, 1.10.0
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Major
> Labels: pull-request-available
>
> The asynchronous record emitter depends on the periodic watermark
> calculation. If no periodic watermark is configured then records will be
> directly emitted by the shard consumer threads and the record emitter thread
> never used. We should skip the thread creation in that case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)