Re: what is use of __consumer_offsets

2016-06-30 Thread Tom Crayford
d do we need to clean those folders? is there any configuration? > > - Original Message - > From: "Tom Crayford" > To: "Users" > Sent: Thursday, June 30, 2016 6:11:03 PM > Subject: Re: what is use of __consumer_offsets > > Hi there, > > K

Re: what is use of __consumer_offsets

2016-06-30 Thread Snehalata Nagaje
But does it create folder for every message we put in kafka, for every offset? And do we need to clean those folders? is there any configuration? - Original Message - From: "Tom Crayford" To: "Users" Sent: Thursday, June 30, 2016 6:11:03 PM Subject

Re: what is use of __consumer_offsets

2016-06-30 Thread Tom Crayford
Hi there, Kafka uses this topic internally for consumer offset commits. Thanks Tom Crayford Heroku Kafka On Thu, Jun 30, 2016 at 1:36 PM, Snehalata Nagaje < snehalata.nag...@harbingergroup.com> wrote: > > Hi All, > > > I am using kafka 9 version with publish subscribe pattern, one consumer is

what is use of __consumer_offsets

2016-06-30 Thread Snehalata Nagaje
Hi All, I am using kafka 9 version with publish subscribe pattern, one consumer is listening to particular topic What is use __consumer_offsets, folders created in log files? Does it have any impact on offset commiting? Thanks, Snehalata