the newer versions of apache kafka store the consumer group data internally instead of using zookeeper
which means that the command-line utility kafka-consumer-groups
is not useful since the related info is not stored in zookeeper now
could you please advise:
how to delete a consumer group C belonging to topic T when using the new consumer API
?