Introduction
In my previous story, we covered the basics of Apache Kafka. In this story, we will set up a Kafka cluster using KRaft (Kafka Raft) mode, eliminating the need for ZooKeeper. We’ll walk through single-broker and multi-broker (three-node) setups using Docker Compose with the
confluentinc/cp-kafka:7.4.1image.
Kafka without ZooKeeper: Building Single and Multi-Broker Clusters in KRaft Mode



