Re: Kafka offset

2016-08-23 Thread Diwakar Dhanuskodi
the whole topic on startup, you need to explicitly set the offset via KafkaConsumer#seekToBeginning() before starting to poll() -Matthias On 08/23/2016 09:49 PM, Diwakar Dhanuskodi wrote: > Hi > > Does fromOffset reset to zero when auto.offset.reset is smallest? > > Or &g

Kafka offset

2016-08-23 Thread Diwakar Dhanuskodi
Hi   Does  fromOffset reset to zero when  auto.offset.reset is smallest? Or Is it depends  on auto commit  interval  when  not  explicitly  committing via application? Sent from Samsung Mobile.

Zookeeper connect

2016-08-19 Thread Diwakar Dhanuskodi
Hi, A basic  question. Does zookeeper.connect has a role in producer. Is  it   necessary to include  this  parameter  in producer properties . Thanks . Sent from Samsung Mobile.