This repository includes a docker-compose file to start kafka service and it's belonging zookeeper service.
Clone the repository:
git clone git@github.com:Covid-Alert-Microservices/kafka.git
Enter the directory:
cd kafka
Start the containers:
docker compose up
Kafka will the be available on localhost:29092 and zookeeper on localhost:22181.