What is Zookeeper?

Apache Zookeeper: Does Kafka need it?

Reading Time: 3 minutes In my previous blog, we started with what Kafka is, and what makes Kafka fast. If you haven’t read already, you should give it a read. We also talked briefly about Zookeeper. We know that Zookeeper keeps track of the status of the Kafka cluster nodes and it also keeps track of Kafka topics, partitions, etc. But what else?In this blog, we will learn more Continue Reading