Re: Kafka Node.js Integration Questions/Advice

2016-05-18 Thread Reem Diab
We recently released kafka-java-bridge - new nodejs high level consumer. npm ,github Its tested stable and -- Reem Diab Software Engineer T: +972-74-700-4580

Kafka Node.js Integration Questions/Advice

2016-05-18 Thread Reem Diab
We recently released kafka-java-bridge - new nodejs high level consumer. npm ,github Its tested stable and -- Reem Diab Software Engineer T: +972-74-700-4580

Re: Kafka Node.js Integration Questions/Advice

2012-12-22 Thread David Arthur
FWIW, message production is quite simpler than consumption. It does not require the same complex coordination as the consumers. Producers only use ZooKeeper to locate available brokers Sent from my phone On Dec 22, 2012, at 1:00 PM, Apoorva Gaurav apoorvagau...@gmail.com wrote: Thanks Radek,

Re: Kafka Node.js Integration Questions/Advice

2012-12-22 Thread Radek Gruchalski
That is exactly why we've decided to stick with java. Also support for all consumer settings out of the box. Kind regards, Radek Gruchalski On 22 Dec 2012, at 19:17, David Arthur mum...@gmail.com wrote: FWIW, message production is quite simpler than consumption. It does not require the same

Re: Kafka Node.js Integration Questions/Advice

2012-12-20 Thread Christopher Alexander
Thanks David. Yes, I am aware of the Prozess Node lib also. I forgot to include it in my posting. Good catch! - Original Message - From: David Arthur mum...@gmail.com To: users@kafka.apache.org Sent: Thursday, December 20, 2012 11:58:45 AM Subject: Re: Kafka Node.js Integration Questions

Re: Kafka Node.js Integration Questions/Advice

2012-12-20 Thread Jun Rao
Chris, Not sure how stable those node.js clients are. In 0.8, we plan to provide a native C version of the producer. A thin node.js layer can potentially be built on top of that. Thanks, Jun On Thu, Dec 20, 2012 at 8:46 AM, Christopher Alexander calexan...@gravycard.com wrote: During my due