Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 567 Bytes

Local Kafka config

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

Kafka depedenps on Zookeeper to run, and will be available on the port http://localhost:9092

Kafdrop

Kafdrop is a kafka UI to see kafka informations in a webpage.

It will be available on http://localhost:9021