https://github.com/supanut1911/kafka-3node-cluster
yml docker-compose launch kafka 3 node cluster
https://github.com/supanut1911/kafka-3node-cluster
cluster docker-compose kafka yml
Last synced: 6 months ago
JSON representation
yml docker-compose launch kafka 3 node cluster
- Host: GitHub
- URL: https://github.com/supanut1911/kafka-3node-cluster
- Owner: supanut1911
- Created: 2023-07-02T08:27:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T10:17:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T10:08:37.450Z (over 1 year ago)
- Topics: cluster, docker-compose, kafka, yml
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka 3 node docker compose
## Components:
- kafka broker 1
- kafka broker 2
- kafka broker 3
- kafka zookeeper
- kafka UI
## Cli
```
docker-compose up -d
```