Re: Kafka commit offset

2015-04-28 Thread Jiangjie Qin
Yes, if you set the offset storage to Kafka, high level consumer will be using Kafka for all offset related operations. Jiangjie (Becket) Qin On 4/27/15, 7:03 PM, "Gomathivinayagam Muthuvinayagam" wrote: >I am trying to commit offset request in a background thread. I am able to >commit it so f

Kafka commit offset

2015-04-27 Thread Gomathivinayagam Muthuvinayagam
I am trying to commit offset request in a background thread. I am able to commit it so far. I am using high level consumer api. So if I just use high level consumer api, and if I have disabled auto commit, with kafka as the storage for offsets, will the high level consumer api use automatically t