[
https://issues.apache.org/jira/browse/FLINK-13506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-13506:
-----------------------------------
Labels: auto-deprioritized-major stale-minor (was:
auto-deprioritized-major)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> flink1.6.1 can't consume the specified topic list,only a few topic was
> consumed
> --------------------------------------------------------------------------------
>
> Key: FLINK-13506
> URL: https://issues.apache.org/jira/browse/FLINK-13506
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kafka
> Reporter: jiangxiaozhi
> Priority: Minor
> Labels: auto-deprioritized-major, stale-minor
>
> i specified topic list in my config file, and the flink program read message
> from this.
> here is my config file:
>
> {code:java}
> kafka.consumer.topic = user,order,sales
> {code}
>
> and flink program :
> {code:java}
> StreamExecutionEnvironment env =
> StreamExecutionEnvironment.getExecutionEnvironment();
> env.enableCheckpointing(5000);
> FlinkKafkaConsumer010 kafkaConsumer = new
> FlinkKafkaConsumer010<>(Arrays.asList(kafka_consumer_topic.split(",")), new
> SimpleStringSchema(), getKafkaProperties());
> DataStream<String> dataStream = env.addSource(kafkaConsumer);
> {code}
> when i run the flink program,it is only can consume a few topics,the others
> can't consume,can anyone help me?flink version is 1.6.1。
--
This message was sent by Atlassian Jira
(v8.20.1#820001)