in Technology by

Is it possible to use Kafka without ZooKeeper?

1 Answer

0 votes
by
It is impossible to bypass Zookeeper and connect directly to the Kafka server, so the answer is no. If somehow, ZooKeeper is down, then it is impossible to service any client request.

Related questions

0 votes
    Can we use Kafka without Zookeeper?...
asked Nov 5, 2020 in Technology by JackTerrance
0 votes
    What is the importance of Zookeeper in Kafka?...
asked Nov 5, 2020 in Technology by JackTerrance
0 votes
    What is the role of the ZooKeeper in Kafka?...
asked Nov 1, 2020 in Technology by JackTerrance
0 votes
    In Subversion, is it possible for the users to apply a patch directly in a subsection without taking the entire document into consideration?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    I know there are emulators, but is this good enough? If someone is serious about iPhone development, do ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 15, 2022 in Education by JackTerrance
0 votes
    What are the Benefits of using zookeeper?...
asked Aug 3, 2021 in Technology by JackTerrance
0 votes
0 votes
    I am new to Hadoop/ZooKeeper. I cannot understand the purpose of using ZooKeeper with Hadoop, is ZooKeeper writing ... with Hadoop? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
+1 vote
    Is it possible to use curly brackets ({}) to enclose a single line code in C program?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    Is it possible to create a custom domain name, or use your organisation's domain name such as eduforum.in, in Azure Active Directory?...
asked Oct 20, 2020 in Technology by JackTerrance
0 votes
    app.route('/users') .post(user.post) .get(user.get) .get(user.everyone) .put(user.update) . ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 3, 2022 in Education by JackTerrance
0 votes
    I would like to use CHOLMOD's GPU acceleration, and have found several simple examples on how to use ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    Is there a side effect in doing this: C code: struct foo { int k; }; int ret_foo(const struct ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 13, 2022 in Education by JackTerrance
0 votes
    I am trying to build a mailto: uri to send a mail using the GMail app. I would like to use the ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
...