The command line tool that comes with Kafka one seems to check offsets in zookeeper. This does not seem to be related to this issue<https://issues.apache.org/jira/browse/KAFKA-1951> - As I am sure the offsets are stored in Kafka for burrow seem to retrieve it properly. Is there any easier way to check the current offset for a given consumer group in Kafka – considering that different consumers within the group commit to either kafka or Zk ?
Regards Sathya,