Re: Apache Kafka HTTP Producer & Consumer

2014-01-17 Thread Joseph Lawson
JavaScript logs to kafka anyone :) On Jan 16, 2014 4:50 PM, Joe Stein wrote: http://github.com/stealthly/dropwizard-kafka-http is an Apache Kafka HTTP Endpoint http://allthingshadoop.com/2014/01/16/apache-kafka-http-producer-and-consumerfor producing and consuming messages for topics. We have mo

Re: Apache Kafka HTTP Producer & Consumer

2014-01-16 Thread Joe Stein
We can create another producer type under something like /producer/ for that. I opened an issue https://github.com/stealthly/dropwizard-kafka-http/issues/3 feel free to talk more about it there. We are going to end up with a few dozen api calls (i.e. /tools/) I suspect. The Vagrantfile is helpf

Re: Apache Kafka HTTP Producer & Consumer

2014-01-16 Thread Marc Labbe
I was looking to do something like this too. A few questions maybe. I don't know what will be the use of this service so let me know if my questions are outside your scope. Isn't it a problem to create a producer instance on every request? Passing messages in the URL would be problem for me, why n