Quick Start

Clone the repo:

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

Create a docker network:

docker network create kafka-sandbox_network

Run the kafka cluster:

cd kafka-cluster
docker compose up -d
cd ..

Run AKHQ:

cd kafka-akhq
docker compose up -d
cd ..

Open AKHQ at http://localhost:8080/