Re: Announcing ruby-kafka v0.1

2016-02-05 Thread Daniel Schierbeck
Great, thanks! Is the clients list specific to the Java client or is it also for non-JVM clients? On Fri, Feb 5, 2016 at 9:44 AM Ewen Cheslack-Postava wrote: > Daniel, > > Awesome, Ruby folks could use more Kafka love! I added the library to the > clients list here: >

Re: Announcing ruby-kafka v0.1

2016-02-05 Thread Ewen Cheslack-Postava
Daniel, Awesome, Ruby folks could use more Kafka love! I added the library to the clients list here: https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-Ruby I'm also cc'ing this to the clients list since I think they'd be interested as well. Lots of folks are using the Java

Announcing ruby-kafka v0.1

2016-02-03 Thread Daniel Schierbeck
I've implemented a new Kafka client in Ruby: https://github.com/zendesk/ruby-kafka Currently I'm focusing on providing a rock solid Producer API (since that was the use case prompting me to write my own library) including graceful failure handling, improved logging and instrumentation. A Kafka