/go-kafka-test

Primary LanguageGoApache License 2.0Apache-2.0

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