Re: Kafka rest endpoint: early feedback

2013-12-05 Thread Sasha Klizhentas
Hi Steve, Thanks for the link, will definitely look into it! Sasha On Wed, Dec 4, 2013 at 6:41 PM, Steve Morin wrote: > Sasha, >Currently I am building out a rest endpoint that is taking messages from > nginx and writing them out to Kafka.You should take a look at it. Will > look mor

Re: Kafka rest endpoint: early feedback

2013-12-05 Thread Sasha Klizhentas
Jun, Thanks for the feedback, will go ahead and make it a separate project then. Thanks, Sasha On Wed, Dec 4, 2013 at 9:52 PM, Jun Rao wrote: > Sasha, > > Thanks for sharing. The easiest thing is probably to start in a separate > project. Once it's ready, we can link it from our wiki. > > Jun

Re: Kafka rest endpoint: early feedback

2013-12-04 Thread Jun Rao
Sasha, Thanks for sharing. The easiest thing is probably to start in a separate project. Once it's ready, we can link it from our wiki. Jun On Wed, Dec 4, 2013 at 5:46 PM, Sasha Klizhentas < sasha.klizhen...@mailgunhq.com> wrote: > Hi All, > > I've started working on Kafka rest endpoint to mak

Re: Kafka rest endpoint: early feedback

2013-12-04 Thread Steve Morin
Sasha, Currently I am building out a rest endpoint that is taking messages from nginx and writing them out to Kafka.You should take a look at it. Will look more at your API. https://github.com/DemandCube/Sparkngin -Steve On Wed, Dec 4, 2013 at 5:46 PM, Sasha Klizhentas < sasha.klizhen..

Kafka rest endpoint: early feedback

2013-12-04 Thread Sasha Klizhentas
Hi All, I've started working on Kafka rest endpoint to make it easier to interface with Kafka from non JVM based languages and avoid writing high level consumer/producer client and zookeeper coordination. Here's early version: https://github.com/mailgun/kafka/compare/sasha;dev And draft API: h