Quick Start

Clone the repo:

git clone https://github.com/sauljabin/kafka-sandbox.git
cd kafka-sandbox

Run the kafka cluster:

docker compose up -d

Check running services:

docker compose ps

Open AKHQ (a web UI for kafka) at http://localhost:8080/.