Can Kafka 10 kafka-consumer-groups.sh describe a single topic's offsets for a given group? -
why can't queue depth checks specific topic more? old consumeroffsetchecker via runclass used let me.
did overlook allowing --topic when asking --describe?
i don't want in whole group (which covers 12 different topics). don't want have grep out topic want (wasting time returning topics can info on 1 of them), , not want make separate group every topic; work a single logical cursor state checkpoint pipeline in mind.
am amiss here? isn't removing functionality previous releases?
here doesn't work, believe should:
kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group test-group --topic test-topic --describe
you right. there couple of functionalities in consumeroffsetchecker still missing in consumergroupcommand (as of version 0.11.0.0). added in future, in meantime, grepping output best choice you.
Comments
Post a Comment