Re: zookeeper.connect is not needed but Flink requires it

2020-03-03 Thread Jark Wu
Hi Kant, You are right. It is not needed since Kafka 0.9+. We already have an issue to make it optional. https://issues.apache.org/jira/browse/FLINK-16125 Best, Jark On Tue, 3 Mar 2020 at 20:17, kant kodali wrote: > Hi All, > > The zookeeper.connect is not needed for KafkaConsumer or KafkaAdmi

zookeeper.connect is not needed but Flink requires it

2020-03-03 Thread kant kodali
Hi All, The zookeeper.connect is not needed for KafkaConsumer or KafkaAdminClient however Flink requires it. You can also see in the Flink TaskManager logs the KafkaConsumer is not recognizing this property anyways. bsTableEnv.connect( new Kafka() .property("bootstrap.servers", "local