Can we use Kafka without Zookeeper?

devquora
devquora

Posted On: Feb 22, 2018

 

No, it is merely not possible to use Kafka without the Zookeeper, as the user will not be able to connect directly to the Kafka server. And, if for some reason, the Zookeeper is down then the user will not be able to access any of the client requests.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Kafka Interview Questions

    Please Explain Apache Kafka?

    It is a publish-subscribe messaging application and an open source message broker project started by Apache software. K..

    Apache Kafka Interview Questions

    In which language Apache Kafka is written?

    Kafka was written in Java and Scala programming languages...

    Apache Kafka Interview Questions

    What is Kafka message?

    Kafka messages can simply be defined as byte arrays that are used by developers to store objects in the format of String..