Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 178 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 178 Bytes

Kafka in Golang

Realtime Consumer

go run consumer.go

Message Producer

go run producer.go

Up and Running KFKA

docker-compose up