Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker

2017-06-15 Thread Vahid S Hashemian
users@kafka.apache.org Date: 06/15/2017 02:22 PM Subject: Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker Hi Vahid, In ZK, i dont see any reference to myGroup (is this because the consumer is no longer running or is there some other reason ?) *ls /consumers[replay-log-producer]* Also, w

Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker

2017-06-15 Thread karan alang
he topic 'newBroker1' exists under this ZK path? > Also, do you still get the rows below if you run the ConsumerOffsetChecker > without providing any topic? > > Thanks. > --Vahid > > > > > From: karan alang > To: users@kafka.apache.org > Date: 06/

Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker

2017-06-15 Thread Vahid S Hashemian
he rows below if you run the ConsumerOffsetChecker without providing any topic? Thanks. --Vahid From: karan alang To: users@kafka.apache.org Date: 06/15/2017 12:10 PM Subject: Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker Pls note -> Even when i run the command as

Re: kafka-consumer-groups.sh vs ConsumerOffsetChecker

2017-06-15 Thread karan alang
Pls note -> Even when i run the command as shown below (not as new-consumer), i don't get the required result. *$KAFKA_HOME/bin/kafka-consumer-groups.sh --describe --zookeeper localhost:2181 --group myGroup* No topic available for consumer group provided GROUP, TOPIC, PARTITION, CURRENT OFFSET

kafka-consumer-groups.sh vs ConsumerOffsetChecker

2017-06-15 Thread karan alang
Hi All - I've Kafka 0.9 (going forward will be migrating to Kafka 0.10) & trying to use the ConsumerOffsetChecker & bin/kafka-consumer-groups.sh to check for offsets. I'm seeing different behavior. Here is what i did -> a) When i use ConsumerOffsetChecker $KAFKA_HOME/bin/kafka-run-class.sh kaf