Re: Best Go Client Library

2015-01-14 Thread Joe Stein
The Go Kafka Client https://github.com/stealthly/go_kafka_client is a wrapper around Sarama https://github.com/Shopify/sarama that implements high level consumer functionality (including automatic load balancing and fail-over when consumer clients fail) and other features for producing and consumin

Best Go Client Library

2015-01-14 Thread Dieterly, Deklan
I’m looking at implementing Kafka consumers in Go. From the Kafka wiki, I see that there are two clients available. 1. https://github.com/Shopify/sarama 2. https://github.com/stealthly/go_kafka_client Of the two which is more fully featured? Specifically, I’m looking for automatic load balancin