How to connect Kafka cluster with Kafka tool #4285
jiangjian0920
started this conversation in
General
Replies: 1 comment
-
We do not support exposing Zookeeper. This is historically because Zookeeper did not support proper security in the past and because now - when it supports security such as TLS - it will be removed soon from Kafka. Most Kafka tools do not need to connect to Zookeeper and can be used against Kafka directly. If you really need to use Zookeeper, you can:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Kafka tool need the zookeeper host and port ,how to expose that。
Beta Was this translation helpful? Give feedback.
All reactions