https://github.com/sinhaparth5/go-kafka-server
Kafka in Docker with GoLang
https://github.com/sinhaparth5/go-kafka-server
Last synced: about 1 year ago
JSON representation
Kafka in Docker with GoLang
- Host: GitHub
- URL: https://github.com/sinhaparth5/go-kafka-server
- Owner: sinhaparth5
- License: gpl-3.0
- Created: 2024-07-27T16:15:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T09:32:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T03:28:48.239Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kafka-server
Kafka in Docker with GoLang
```Bash
# Run this command in docker CLI
kafka-topics.sh --create --topic post-likes --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1
kafka-topics.sh --list --bootstrap-server localhost:9092
```