https://github.com/peterdee/go-kafka
https://github.com/peterdee/go-kafka
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterdee/go-kafka
- Owner: peterdee
- License: mit
- Created: 2024-08-20T12:14:28.000Z (almost 2 years ago)
- Default Branch: release
- Last Pushed: 2024-09-26T10:45:49.000Z (over 1 year ago)
- Last Synced: 2025-01-21T10:11:14.047Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## go-kafka
### Launching Kafka separately
Run standalone Kafka and Kafka UI
```shell script
docker compose -f kafka-standalone.yml up
```
Kafka UI will be available at http://localhost:8080
### License
[MIT](./LICENSE.md)