Skip to content

vishrayne/go-kafka-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-kafka-experiment

Attempt to get familiar with kafka using golang. For learning purpose, I'm going with confluent's platform and corresponding golang client.

setup

  1. Install kafka (Apache version or Confluent's)
  2. Install librdkafka
  3. 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 

About

Attempt to get familiar with kafka

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages