Hi users, Someone know, how i could do something similar to this command "kafka-consumer-offset-checker.sh --group mygroup --topic mytopic --zookeeper 10.1.2.xxxx:2181" in java, using kafka_2.10-0.8.2.0?
I need to know the last offset consumed and the logSize by group and topic. Thanks, Sergio GQ