Closed dkoutsonikolis closed 1 week ago
In Brokers -> Questions1 -> Question 3 -> Explanation for 2. (link) it is mentioned:
Kafka uses Zookeeper to manage cluster metadata and to perform leader election for both the controller and partition leaders.
which I think is wrong and should be changed to
Kafka uses Zookeeper to manage cluster metadata and to perform leader election for the controller.
As mentioned already in the next explanation, the Controller manages partition leader elections, not Zookeeper.
Thanks a lot, updated!
Thank you for this repo!
Thanks to you for contributing!
In Brokers -> Questions1 -> Question 3 -> Explanation for 2. (link) it is mentioned:
Kafka uses Zookeeper to manage cluster metadata and to perform leader election for both the controller and partition leaders.
which I think is wrong and should be changed to
Kafka uses Zookeeper to manage cluster metadata and to perform leader election for the controller.
As mentioned already in the next explanation, the Controller manages partition leader elections, not Zookeeper.