woodsaj / go-kafka-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-kafka-test

Basic example of using Kafka in Go.

Usage.

  • Clone this repo
git clone https://github.com/woodsaj/go-kafka-test.git
cd go-kafka-test
  • install Go dependencies
go get ./...
  • start the kafka docker container.
./start-kafaka.sh
  • start the app
go run main.go

About

License:Apache License 2.0


Languages

Language:Go 92.4%Language:Shell 7.6%