Attempt to get familiar with kafka using golang. For learning purpose, I'm going with confluent's platform and corresponding golang client.
- Install kafka (Apache version or Confluent's)
- Install librdkafka
- Start a broker/zookeeper [Assuming this to be running on localhost:9092 (default=9092)]
$ cd go-kafka-sample
$ dep ensure
$ go [install|build] github.com/vishrayne/go-kafka-sample
$ go-kafka-sample