Kafka Consumer connection issue

2014-01-14 Thread Gaurav Sehgal
Hi, I keep getting the folllowing error in Kafka. 2014-01-14 10:46:55:073 SyncProducer [ERROR] Producer connection to :9092 unsuccessful java.nio.channels.ClosedByInterruptException at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)

Kafka not showing log/lag size even though there is data in logs

2014-01-19 Thread Gaurav Sehgal
I am using Kafka version 0.8, I have data in Kafka logs and wanted to replay that so I used the kafka tool to reset consumer offsetsto 0. Though now when I run the ConsumerOffsetChecker tool does not show me anything, even though there is data in the logs. The following is the output from the too

Re: Kafka not showing log/lag size even though there is data in logs

2014-01-20 Thread Gaurav Sehgal
actually was my fault finally figured it out. Made a mistake in creating the topic. On Mon, Jan 20, 2014 at 1:27 PM, Gaurav Sehgal wrote: > I am using Kafka version 0.8, I have data in Kafka logs and wanted to > replay that so I used the kafka tool to reset consumer offsetsto 0. >