Hi team,
In 0.9.0.0 a new tool kafka-consumer-groups.sh is introduced to show offset and lag for a particular consumer group prefer over the old one kafka-consumer-offset-checker.sh. However I found that the new tool only works for consumer groups that are currently active but not for consumer groups that ever connected to the broker. I wonder if this is intended behavior. If yes how do query non-active consumer group committed offset besides using kafka-consumer-offset-checker.sh