Thanks Neha! this is exactly what I wanted. --Ian
On Wednesday, June 5, 2013 at 6:01 PM, Neha Narkhede wrote: > You can use the ConsumerOffsetChecker tool that ships with Kafka. > > Thanks, > Neha > > > On Wed, Jun 5, 2013 at 2:19 PM, Ian Friedman <i...@flurry.com > (mailto:i...@flurry.com)> wrote: > > > Hey guys, > > > > Is there any way to tell where the consumer offset is in terms of the > > total size of the topic or topic-partition? I know i can read the offset > > itself out of Zookeeper, but that doesn't seem to correspond anything I can > > use. I'm trying to figure out how far along a consumer is in a topic, i.e. > > is it fully caught up at the end or is it far behind, etc. Any ideas? > > > > --Ian