Re: Does high level consumer support setting offset

2014-02-27 Thread Neha Narkhede
does high level consumer support setting offset? > > Our service reads kafka data but won't flush the data immediately, so if > restarted the data in memory will be lost. We want to reset kafka consumer > offset to an old offset. > > If the consumer group has only 1 machine, we can

Re: Does high level consumer support setting offset

2014-02-27 Thread Guozhang Wang
, 2014 at 8:25 AM, Yonghui Zhao wrote: > Hi, > > In kafka 0.8, does high level consumer support setting offset? > > Our service reads kafka data but won't flush the data immediately, so if > restarted the data in memory will be lost. We want to reset kafka consumer > offse

Does high level consumer support setting offset

2014-02-27 Thread Yonghui Zhao
Hi, In kafka 0.8, does high level consumer support setting offset? Our service reads kafka data but won't flush the data immediately, so if restarted the data in memory will be lost. We want to reset kafka consumer offset to an old offset. If the consumer group has only 1 machine, w