Re: Consumer example not working for 0.8 beta

2013-11-18 Thread Jun Rao
Try producing some new data after the consumer is running. Be default, the consumer only picks up newly produced data. Thanks, Jun On Mon, Nov 18, 2013 at 11:22 AM, Menka wrote: > I am a newbie for Kafka and trying to execute the samples for 0.8 beta > release from > > > https://github.com/ap

Consumer example not working for 0.8 beta

2013-11-18 Thread Menka
I am a newbie for Kafka and trying to execute the samples for 0.8 beta release from https://github.com/apache/kafka/tree/0.8.0-beta1candidate1/examples/src/main/java/kafka/examples I tried KafkaCons