[
https://issues.apache.org/jira/browse/FLINK-32717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kwangin (Dennis) Jung updated FLINK-32717:
------------------------------------------
Summary: Change of topic list from KafkaSource not works (was: Change of
topic list from KafkaSource)
> Change of topic list from KafkaSource not works
> -----------------------------------------------
>
> Key: FLINK-32717
> URL: https://issues.apache.org/jira/browse/FLINK-32717
> Project: Flink
> Issue Type: Improvement
> Reporter: Kwangin (Dennis) Jung
> Priority: Minor
>
> I've setup 'KafkaSource' as following:
>
> {code:java}
> KafkaSource.<T>builder().setTopics("A", "B")...{code}
>
> and later, removed 1 topic from list as following and restart application.
>
> {code:java}
> KafkaSource.<T>builder().setTopics("B")...{code}
>
> But application still ingest data from topic 'A'.
> * Is this expected?
> * If it is, how can I stop ingesting data from removed topic?
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)