Start your Kafka server
Let's start by spinning up our Kafka Cluster
Kafka use Zookeeper, therefore before starting up Kafka we need to run Zookeeper as well :)
Docker way
Enter to the cloned repository directory:
Start your Kafka Cluster
Local installation
Enter the folder where you extracted Kafka binaries
Kafka requires Zookeeper, therefore we need to start Zookeeper first
Start Kafka Server
Boom !! You are a rock star by having a Kafka Cluster already up :-)
Having trouble?
Check your ports are free:
Kafka port: 9092
Zookeeper port: 2181
Check you have Java installed
Last updated