Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the process for starting a Kafka server?
Answer:
It is the very important step to initialize the ZooKeeper server because Kafka uses ZooKeeper. So, the process for starting a Kafka server is:
  • In order to start the ZooKeeper server: > bin/zookeeper-server-start.sh config/zookeeper.properties
  • Next, to start the Kafka server: > bin/kafka-server-start.sh config/server.properties
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook