Re: Kafka consumer not consuming events

2013-07-19 Thread Nihit Purwar
. Thanks, Nihit On 11-Jul-2013, at 4:41 PM, Nihit Purwar wrote: > Hi Jun, > > I did put in only one topic while starting the consumer and have used the > same API "createMessageStreams". > As for the trace level logs of kafka consumer, we will send that to you soon. >

Re: Kafka consumer not consuming events

2013-07-11 Thread Nihit Purwar
> > On Wed, Jul 10, 2013 at 8:30 AM, Nihit Purwar wrote: > >> Hi Jun, >> >> Thanks for helping out so far. >> >> As per your explanation we are doing exactly as you have mentioned in your >> workaround below. >>> A workaround is to u

Re: Kafka consumer not consuming events

2013-07-10 Thread Nihit Purwar
e queues is full, the fetcher > will block and can't put the data into other queues. > > A workaround is to use different consumer connectors, each consuming a > single topic. > > Thanks, > > Jun > > > On Tue, Jul 9, 2013 at 11:12 PM, Nihit Purwar wrot

Re: Kafka consumer not consuming events

2013-07-09 Thread Nihit Purwar
TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at kafka.consumer.FetcherRunnable.run(FetcherRunnable.scala:99) > > Thanks, > > Jun > > > On Tue, Jul 9, 2013 at 8:37 AM, Nihit Purwar wrote: > >> Hello Jun, >> >> Ple

Re: Kafka consumer not consuming events

2013-07-09 Thread Nihit Purwar
.lang.Thread.run(Thread.java:662) > > Thanks, > > Jun > > > On Tue, Jul 9, 2013 at 4:18 AM, Nihit Purwar wrote: > >> Hi, >> >> We are using kafka-0.7.2 with zookeeper (3.4.5) >> >> Our cluster configuration: >> 3 brokers on 3 differe

Kafka consumer not consuming events

2013-07-09 Thread Nihit Purwar
Hi, We are using kafka-0.7.2 with zookeeper (3.4.5) Our cluster configuration: 3 brokers on 3 different machines. Each broker machine has a zookeeper instance running as well. We have 15 topics defined. We are trying to use them as queue (JMS like) by defining the same group across different ka