Kafka

Zookeeper in Kafka

Zookeeper in Kafka

Zookeeper works as an interface to coordinate seamlessly between consumer and Kafka brokers. The information is shared via a Zookeeper cluster. All the information and metadata stored in Zookeeper makes it easier to restore the data in case of failure of Kafka broker. This is the reason that Kafka has zero downtime.