Skip to content

Confluent Kafka image and the Kafdrop image, which is a popular open-source web UI for managing Kafka clusters.

Notifications You must be signed in to change notification settings

patiencemanzen/kafka-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Kafka Docker

This configuration uses the Confluent Kafka image and the Kafdrop image, which is a popular open-source web UI for managing Kafka clusters.

Zookeeper: Service uses the official Confluent Zookeeper image.

Kafka: Service uses the official Confluent Kafka image. It depends on the Zookeeper service, and the necessary Kafka configuration for single-node development use is provided. You can adjust the configuration to suit your requirements.

Kafdrop: Service uses the Kafdrop image for the Kafka web UI. It's configured to connect to the Kafka broker on kafka:9092, which matches the name of the Kafka service in the Docker Compose file.

docker-compose up -d && docker-compose up

About

Confluent Kafka image and the Kafdrop image, which is a popular open-source web UI for managing Kafka clusters.

Topics

Resources

Stars

Watchers

Forks