|
|
+
Pratyush Chandra 2012-12-20, 09:16
-
Re: Http based producerDavid Arthur 2012-12-20, 13:56
There are several clients available listed on the project wiki. Node.js
is among them https://cwiki.apache.org/confluence/display/KAFKA/Kafka+non-java+clients Since Kafka doesn't support the websockets or HTTP directly, you would need a middle man to redirect events from the browser to a Kafka broker. -David On 12/20/12 4:16 AM, Pratyush Chandra wrote: > Hi, > > I am new to Kafka. I am exploring ways to pump events from http > browser(using javascript) or over tcp (say using node js) to broker. > Currently I see, only scala based producer in source code. > What is the best way to do it ? Is there any standard client library which > supports it ? > > Thanks > Pratyush Chandra > +
Pratyush Chandra 2012-12-21, 05:16
+
David Arthur 2012-12-21, 18:07
|