An open API service indexing awesome lists of open source software.

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

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
```