Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```