Re: Automatic Offset Committing

2017-01-23 Thread Ewen Cheslack-Postava
details of ZooKeeper are being hidden away from clients, > > even administrative functions like creating topics.) > > > > -Ewen > > > > On Thu, Jan 19, 2017 at 7:00 PM, vinay ng > wrote: > > > > > Hi, > > > > > > As per Kaf

Re: Automatic Offset Committing

2017-01-23 Thread Stephane Maarek
dden away from clients, > even administrative functions like creating topics.) > > -Ewen > > On Thu, Jan 19, 2017 at 7:00 PM, vinay ng wrote: > > > Hi, > > > > As per Kafka documentation, > > > > *Automatic Offset Committing,* > > "Setting ena

Re: Automatic Offset Committing

2017-01-23 Thread Ewen Cheslack-Postava
an 19, 2017 at 7:00 PM, vinay ng wrote: > Hi, > > As per Kafka documentation, > > *Automatic Offset Committing,* > "Setting enable.auto.commit means that offsets are committed > automatically." > > Can you help me understand where the offsets are stored in case of

Automatic Offset Committing

2017-01-19 Thread vinay ng
Hi, As per Kafka documentation, *Automatic Offset Committing,* "Setting enable.auto.commit means that offsets are committed automatically." Can you help me understand where the offsets are stored in case of automatic offset committing.. I believe it used to be on Zookeeper but not