I have created kafka consumers via new consumer API
I am using kafka 2.10-0.9.0.1
We have 1 consumer group with 1 consumer instance in each group
Kafka script 'kafka-consumer-groups.sh' provides way to delete user but that is applicable only for old consumer groups Running command :
bin/kafka-consumer-groups.sh
Gives
--delete : WARNING: Group deletion only works for old ZK-based consumer groups, and one has to use it carefully to only delete groups that are not active.
So I want to ask is there any way to delete consumer group created via new consumer API ?