Re: Kafka 0.8 old high level consumer client gets inactive after few hours of inactivity

2016-03-10 Thread Alexis Midon
- To understand what the stuck consumer is doing, it would be useful to collect the logs and a thread dump. I'd try to find out what the fetcher threads are doing. What about the handler/application/stream threads? - are the offsets committed? After a restart, could it be that the consumer is just

Kafka 0.8 old high level consumer client gets inactive after few hours of inactivity

2016-03-10 Thread Abhishek Chawla
Hi, I'm using kafka version 0.8.2.1 with old high level consumer api. I'm following this gude: https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example The client is working fine but after few hours of inactivity it gets inactive and stops receiving messages. but if I restart my cl