You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by HG <ha...@gmail.com> on 2022/03/14 15:12:59 UTC

Use existing Kafka zookeeper for Flink

Hi
Can we use zookeeper that is already running for Kafka to service Flink?
Or is that not recommended?
Regards Hans

Re: Use existing Kafka zookeeper for Flink

Posted by Zhanghao Chen <zh...@outlook.com>.
Hi,

This will make the ZK cluster a single point of failure for your overall system. But other than that, as long as ZK is not overloaded (that will depend on the spec of your ZK cluster as well as the scale of your Kafka & Flink clusters), it's totally fine to do that.

Best,
Zhanghao Chen
________________________________
From: HG <ha...@gmail.com>
Sent: Monday, March 14, 2022 23:12
To: user <us...@flink.apache.org>
Subject: Use existing Kafka zookeeper for Flink

Hi
Can we use zookeeper that is already running for Kafka to service Flink?
Or is that not recommended?
Regards Hans