Updated the website. Thanks,
Jun On Mon, Jul 14, 2014 at 2:53 PM, François Langelier <f.langel...@gmail.com> wrote: > Thank you for your answer :) > > Is someone planning to update the doc? > > > > François Langelier > Étudiant en génie Logiciel - École de Technologie Supérieure > <http://www.etsmtl.ca/> > Capitaine Club Capra <http://capra.etsmtl.ca/> > VP-Communication - CS Games <http://csgames.org> 2014 > Jeux de Génie <http://www.jdgets.com/> 2011 à 2014 > Argentier Fraternité du Piranha <http://fraternitedupiranha.com/> > 2012-2014 > Comité Organisateur Olympiades ÉTS 2012 > Compétition Québécoise d'Ingénierie 2012 - Compétition Senior > > > On 14 July 2014 15:56, Todd Palino <tpal...@linkedin.com.invalid> wrote: > > > The doc is not up to date. What you are seeing in ZK is what is expected. > > > > The broker information about the partition is found in: > > /brokers/topics/[topic]/partitions/[partition_id]/state > > > > > > The node data will tell you what ID is the current leader, as well as the > > ISR list. > > > > -Todd > > > > On 7/14/14, 12:11 PM, "François Langelier" <f.langel...@gmail.com> > wrote: > > > > >Hi, > > > > > >I was wondering how the offset tracking was written in zookeeper for > kafka > > >0.8.1.1 > > > > > >In the doc, it's written : > > > > > >> Consumers track the maximum offset they have consumed in each > > >>partition. > > >> This value is stored in a ZooKeeper directory > > >> > > >> /consumers/[group_id]/offsets/[topic]/[*broker_id-partition_id*] --> > > >>offset_counter_value ((persistent node) > > >> > > >> > > >But when I look in zookeeper, I get > > > > > >/consumers/[group_id]/offsets/[topic]/[*partition_id*] --> > > >offset_counter_value ((persistent nod > > > > > >Am I doing something wrong or the doc is simply not up-to-date and that > > >was > > >for kafka 0.7 ? > > > > > >If so, where is the tracking of the brokers-partition? > > > > > >Thanks! > > > > > >François Langelier > > >Étudiant en génie Logiciel - École de Technologie Supérieure > > ><http://www.etsmtl.ca/> > > >Capitaine Club Capra <http://capra.etsmtl.ca/> > > >VP-Communication - CS Games <http://csgames.org> 2014 > > >Jeux de Génie <http://www.jdgets.com/> 2011 à 2014 > > >Argentier Fraternité du Piranha <http://fraternitedupiranha.com/> > > >2012-2014 > > >Comité Organisateur Olympiades ÉTS 2012 > > >Compétition Québécoise d'Ingénierie 2012 - Compétition Senior > > > > >