https://github.com/grantbirki/kafka
Spin up a full kafka stack with docker-compose
https://github.com/grantbirki/kafka
docker docker-compose kafka
Last synced: 2 months ago
JSON representation
Spin up a full kafka stack with docker-compose
- Host: GitHub
- URL: https://github.com/grantbirki/kafka
- Owner: GrantBirki
- License: apache-2.0
- Created: 2024-03-26T22:50:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:38:12.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:08:46.819Z (over 1 year ago)
- Topics: docker, docker-compose, kafka
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# kafka 🚰
[](https://github.com/GrantBirki/kafka/actions/workflows/test.yml)
Spin up a full kafka stack with docker-compose
All of the original docs for this project can be found [here](docs/original.md)
## Quick Start 💻
To get started, simply run the following command:
```bash
make run
```
This will start the full docker-compose stack with the following:
- 3 zookeeper nodes
- 3 kafka nodes
- 1 kafka schema registry node