sarama-cluster
Cluster extensions for Sarama, the Go client library for Apache Kafka 0.9 [DEPRECATED]
How to download and setup sarama-cluster
Open terminal and run command
git clone https://github.com/bsm/sarama-cluster.git
git clone is used to create a copy or clone of sarama-cluster repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with sarama-cluster https://github.com/bsm/sarama-cluster/archive/master.zip
Or simply clone sarama-cluster with SSH
[email protected]:bsm/sarama-cluster.git