Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patiencemanzen/kafka-docker
Confluent Kafka image and the Kafdrop image, which is a popular open-source web UI for managing Kafka clusters.
https://github.com/patiencemanzen/kafka-docker
kafdrop kafka zookeeper
Last synced: about 2 months ago
JSON representation
Confluent Kafka image and the Kafdrop image, which is a popular open-source web UI for managing Kafka clusters.
- Host: GitHub
- URL: https://github.com/patiencemanzen/kafka-docker
- Owner: patiencemanzen
- Created: 2023-10-25T13:59:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T14:05:42.000Z (about 1 year ago)
- Last Synced: 2023-10-25T15:52:20.235Z (about 1 year ago)
- Topics: kafdrop, kafka, zookeeper
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.
```bash
docker-compose up -d && docker-compose up
```