Re: Poseidon, a new 0.8 compatible Ruby client for Kafka

2013-02-12 Thread Jay Kreps
This is awesome. When you get it fully functional add it to the clients page so people can find it. -Jay On Mon, Feb 11, 2013 at 11:40 PM, Bob Potter wrote: > Howdy, > > I just pushed the initial version of a new Ruby client that implements the > new 0.8 wire protocol and includes a producer w

Re: Poseidon, a new 0.8 compatible Ruby client for Kafka

2013-02-12 Thread Jun Rao
Bob, Thanks for sharing this. Jun On Mon, Feb 11, 2013 at 11:40 PM, Bob Potter wrote: > Howdy, > > I just pushed the initial version of a new Ruby client that implements the > new 0.8 wire protocol and includes a producer which uses the topic metadata > API to distribute messages across a clus

Poseidon, a new 0.8 compatible Ruby client for Kafka

2013-02-11 Thread Bob Potter
Howdy, I just pushed the initial version of a new Ruby client that implements the new 0.8 wire protocol and includes a producer which uses the topic metadata API to distribute messages across a cluster. https://github.com/bpot/poseidon It's still very alpha, but I hope to put it through its pace