This repository contains configuration to run Kafka on local environment.
It is possible to run the docker-compose.yml
via command line with the command:
docker-compose up
It will start the zookeeper
, kafka
and kafdrop
.
Kafka depedenps on Zookeeper to run, and will be available on the port http://localhost:9092
Kafdrop is a kafka UI to see kafka informations in a webpage.
It will be available on http://localhost:9021