Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkfsn/kafka-lab
A lab for playing around with Kafka
https://github.com/mkfsn/kafka-lab
kafka
Last synced: about 2 months ago
JSON representation
A lab for playing around with Kafka
- Host: GitHub
- URL: https://github.com/mkfsn/kafka-lab
- Owner: mkfsn
- Created: 2023-01-27T08:23:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T08:37:49.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T18:03:04.797Z (7 months ago)
- Topics: kafka
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-lab
## Setup
Run kafka in docker container
```
docker compose build kafka
docker compose up -d
```## Run demo program
```
go run cmd/main.go
```Result: