Re: Offset Out of Range [Kafka Version:0.8.2.0]

2015-12-26 Thread Guozhang Wang
Fredo, Yes, setting "auto.offset.reset=largest" should allow the consumer to reset the fetching offset to log end when this happens. And if your consumer keep lagging frequently you probably should consider either increase parallelism on consumer clients or increase log.retention for the specific

Re: Offset Out of Range [Kafka Version:0.8.2.0]

2015-12-24 Thread Fredo Lee
This problem is caused by that the consumer offset lag producer offset, and the messages are deleted, then i use the lagged offset of fetch messages.But those messages have been deleted. Can this be resoled with using `auto.offset.reset=largest` ? 2015-12-24 16:32 GMT+08:00 Fredo Lee : > When u