Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumit-kushwah/kafka-learn
https://github.com/sumit-kushwah/kafka-learn
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumit-kushwah/kafka-learn
- Owner: sumit-kushwah
- Created: 2024-11-10T08:07:46.000Z (7 days ago)
- Default Branch: master
- Last Pushed: 2024-11-10T08:10:41.000Z (7 days ago)
- Last Synced: 2024-11-10T09:19:10.462Z (7 days ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-learn
### prerequisites
- docker### Create kafka cluster
```bash
docker compose up -d
```### Destroy kafka cluster
```bash
docker compose down
```