Re: reading the consumer offsets topic

2016-05-16 Thread Cliff Rhyne
rver parameter. > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > Cliff > > > > > > > > > > On Sun, May 8, 2016 at 7:35 PM, Todd Palino > > wrote: > > > > > > > > > > > It looks like y

Re: reading the consumer offsets topic

2016-05-09 Thread tao xiao
gt; > > > > > It looks like you’re just missing the proper message formatter. Of > > > > course, > > > > > that largely depends on your version of the broker. Try: > > > > > > > > > > ./kafka-console-consumer.sh --broker-list

Re: reading the consumer offsets topic

2016-05-09 Thread Cliff Rhyne
of the broker. Try: > > > > > > > > ./kafka-console-consumer.sh --broker-list localhost:9092 --topic > > > > __consumer_offsets > > > > --formatter > > > kafka.coordinator.GroupMetadataManager\$OffsetsMessageFormatter > > > > > &g

Re: reading the consumer offsets topic

2016-05-09 Thread tao xiao
version of the broker. Try: > > > > > > ./kafka-console-consumer.sh --broker-list localhost:9092 --topic > > > __consumer_offsets > > > --formatter > > kafka.coordinator.GroupMetadataManager\$OffsetsMessageFormatter > > > > > > > > > If for

Re: reading the consumer offsets topic

2016-05-09 Thread Todd Palino
ter > > > > > > 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 wrote: > > &g

Re: reading the consumer offsets topic

2016-05-09 Thread Cliff Rhyne
.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 wrote: > > > I&#

Re: reading the consumer offsets topic

2016-05-08 Thread Todd Palino
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 wrote: > I'm having difficulty reading the consumer offsets topic from the command > line. I try the following but

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_o