Re: Could you answer the following kafka stackoverflow question?

2015-04-28 Thread Gomathivinayagam Muthuvinayagam
If I use high level consumer API, and also offset storage as kafka, does high level consumer API takes care of everything? Thanks & Regards, On Tue, Apr 28, 2015 at 7:47 AM, Manoj Khangaonkar wrote: > Use the Simple Consumer API if you want to control which offset in a > partition the client

Re: Could you answer the following kafka stackoverflow question?

2015-04-28 Thread Manoj Khangaonkar
Use the Simple Consumer API if you want to control which offset in a partition the client should read messages from. Use the High level consumer, if you don'nt care about offsets. Offsets are per partition and stored on zookeeper. regards On Tue, Apr 28, 2015 at 4:38 AM, Gomathivinayagam Muthuv

Could you answer the following kafka stackoverflow question?

2015-04-28 Thread Gomathivinayagam Muthuvinayagam
I have just posted the following question in stackoverflow. Could you answer the following questions? I would like to use Kafka high level consumer API, and at the same time I would like to disable auto commit of offsets. I tried to achieve this through the following steps. 1) auto.commit.enable