https://github.com/s4kibs4mi/kafka-stack-cluster
Kafka stack cluster docker-compose setup scripts.
https://github.com/s4kibs4mi/kafka-stack-cluster
Last synced: 7 months ago
JSON representation
Kafka stack cluster docker-compose setup scripts.
- Host: GitHub
- URL: https://github.com/s4kibs4mi/kafka-stack-cluster
- Owner: s4kibs4mi
- Created: 2020-08-14T14:00:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T14:15:18.000Z (about 5 years ago)
- Last Synced: 2025-01-18T10:28:06.520Z (9 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka Stack Cluster
This setup runs a 3:1 kafka cluster (3 broker, 1 zookeeper).#### Included
- Kafka (3)
- Zookeeper (1)
- Schema registry
- Kafka connect
- Rest proxy
- Kafka manager
- Connect UI
- Schema registry UI#### Pre
Change {HOST_IP} with your machine's IP address.#### Setup
1. Move to kafka-cluster directory and execute
```bash
docker-compose up -d
```2. Then move to kafka-stack directory and execute
```bash
docker-compose up -d
```#### Cleanup
1. Move to kafka-stack directory and execute
```bash
docker-compose down
```2. Then move to kafka-cluster directory and execute
```bash
docker-compose down
```#### Ports
- Kafka: 9092-9094
- Zookeeper: 2181
- Schema registry: 8081
- Kafka connect: 8083
- Rest proxy: 8084
- Kafka manager: 9000
- Connect UI: 8001
- Schema registry UI: 8002These ports should be accessible
#### Storage
Data are stored in `storage` folder of each directory.