Kafka Start Zookeeper and Kafka Start Zookeeper zookeeper-server-start.sh ~/kafka-folder/config/zookeeper.properties Start Kafka server kafka-server-start.sh ~/kafka-folder/config/server.properties Start KRaft and Kafka Generate UUID for cluster kafka-storage.sh random-uuid Config server id kafka-storage.sh format -t <uuid> -c ~/Documents/kafka-folder/config/kraft/server.properties Start Kafka server without Zookeeper kafka-server-start.sh ~/kafka-folder/config/kraft/server.properties Run simple Kafka cluster using conduktor config Deploy and run kafka cluster with docker make conduktor Go to http://localhost:8080 and login Run simple Kafka cluster using only redpanda config Deploy and run kafka cluster with docker make panda Go to http://localhost:8080 Real-world project Wikimedia Producer OpenSearch Consumer