Re: Kafka offset being reset

2017-02-28 Thread Mathieu Fenniak
Hi Vishnu, I'd suggest you take a look at the broker configuration value "offsets.retention.minutes". The consumer offsets are stored in the __consumer_offsets topic. __consumer_offsets is a compacted topic (cleanup.policy=compact), where the key is the combination of the consumer group, the top

Re: Kafka offset being reset

2017-02-27 Thread Bhavi C
What version of Kafka are you running? From: Vishnu Gopal Sent: Monday, February 27, 2017 5:50:06 PM To: users@kafka.apache.org Subject: Kafka offset being reset Team, I came across an issue where the offset positing is being reset and the consumer app is rece