-
Hello, In ZooKeeper-based Kafka clusters, port 2181 is used by Kafka brokers to connect to ZooKeeper, while 2888 and 3888 are used for ZooKeeper peer-to-peer communication. I would like to confirm the ports used in KRaft mode:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @palpandy, You can see it within our documentation. [1]
The internal control plane listener on port 9090 facilitates interbroker communication between Kafka controllers and broker-to-controller communication. Additionally, the Cluster Operator communicates with the controllers through the listener. This listener is not accessible to Kafka clients. |
Beta Was this translation helpful? Give feedback.
Hi @palpandy,
You can see it within our documentation. [1]
The internal control plane listener on port 9090 facilitates interbroker communication between Kafka controllers and broker-to-controller communication. Additionally, the Cluster Operator communicates with the controllers through the listener. This listener is not accessible to Kafka clients.
And also from the doc, one can see this nice figure:
[1] - https://strimzi.io/docs/operators/latest/deploying