Re: reading the consumer offsets topic

2016-05-16 Thread Cliff Rhyne
> > > > regardless of the bootstrap-server parameter. > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > Cliff > > > > > > > > > > On Sun, May 8, 2016 at 7:35 PM, T

Re: reading the consumer offsets topic

2016-05-09 Thread tao xiao
> > > On Sun, May 8, 2016 at 7:35 PM, Todd Palino <tpal...@gmail.com> > wrote: > > > > > > > > > It looks like you’re just missing the proper message formatter. Of > > > > course, > > > > > that largely depends on your version of the bro

Re: reading the consumer offsets topic

2016-05-09 Thread Cliff Rhyne
t; > > course, > > > > that largely depends on your version of the broker. Try: > > > > > > > > ./kafka-console-consumer.sh --broker-list localhost:9092 --topic > > > > __consumer_offsets > > > > --formatter > > > kafka.coordi

Re: reading the consumer offsets topic

2016-05-09 Thread tao xiao
. Of > > course, > > > that largely depends on your version of the broker. Try: > > > > > > ./kafka-console-consumer.sh --broker-list localhost:9092 --topic > > > __consumer_offsets > > > --formatter > > kafka.coordinator.GroupMetadataManager\$OffsetsMessageFormatter &

Re: reading the consumer offsets topic

2016-05-09 Thread Todd Palino
aManager\$OffsetsMessageFormatter > > > > > > If for some reason that doesn’t work, you can try > > "kafka.server.OffsetManager\$OffsetsMessageFormatter” instead. > > > > -Todd > > > > > > > > > > On Sun, May 8, 2016 at 1:26

Re: reading the consumer offsets topic

2016-05-09 Thread Cliff Rhyne
atter kafka.coordinator.GroupMetadataManager\$OffsetsMessageFormatter > > > If for some reason that doesn’t work, you can try > "kafka.server.OffsetManager\$OffsetsMessageFormatter” instead. > > -Todd > > > > > On Sun, May 8, 2016 at 1:26 PM, Cliff Rhyne <crh...@

Re: reading the consumer offsets topic

2016-05-08 Thread Todd Palino
If for some reason that doesn’t work, you can try "kafka.server.OffsetManager\$OffsetsMessageFormatter” instead. -Todd On Sun, May 8, 2016 at 1:26 PM, Cliff Rhyne <crh...@signal.co> wrote: > I'm having difficulty reading the consumer offsets topic from the command > line. I

reading the consumer offsets topic

2016-05-08 Thread Cliff Rhyne
I'm having difficulty reading the consumer offsets topic from the command line. I try the following but it doesn't seem to work (along with a few related variants including specifying the zookeeper hosts): ./kafka-console-consumer.sh --broker-list localhost:9092 --topic __consumer_offsets