Re: Subscription request for Apache Kafka User list

2015-05-25 Thread Nipur Patodi
Thanks Guozhang, On May 25, 2015 9:46 PM, "Guozhang Wang" wrote: > Hi Nipur, > > You can take a look at: http://kafka.apache.org/contact.html > > It is self-service. > > Guozhang > > On Mon, May 25, 2015 at 1:48 AM, Nipur Patodi > wrote: > > >

Re: Can't open console producer

2015-05-25 Thread Nipur Patodi
Have you tried checking logs? Check if you find some thing in server.log. Make sure your zookeeper and broker instance is up and running. On May 25, 2015 8:31 PM, "单车" wrote: > type the command : > > bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test > but, return nothing,li

Subscription request for Apache Kafka User list

2015-05-25 Thread Nipur Patodi
Hi, Can you please add my name in apache Kafka user list? Thanks, _Nipur

Re: how to wait next log message on the partition queue

2015-05-25 Thread Nipur Patodi
Adding to Xiao , If you are using a low level consumer (simple consumer), then for scenario #1 consumer will get OffsetOutOfRange error with error code 1. Please find more details at this link Thanks, _NIpur On M