Empty consumer groups are not getting removed from kafka

14 Views Asked by At

In my application, I am running a ksql push query for reading data from topic. When push query is created, consumer group is created in kafka.

When I terminate push query, the consumer groups still present in kafka but in Empty state i.e. without any consumer present in it.

Does kafka automatically deletes such consumer groups ? In my setup I see its not getting deleted.

any explanation would be helpful.

0

There are 0 best solutions below