kafka-rest icon indicating copy to clipboard operation
kafka-rest copied to clipboard

How to delete consumer group

Open tech7857 opened this issue 3 years ago • 1 comments

Hi

is there any way to delete the consumer group which is no longer needed. I know we can delete it through kafka broker or it will delete itself after the retention period expires but i want to delete through rest api or some other method.

tech7857 avatar Mar 10 '21 13:03 tech7857

apparently no -> https://docs.confluent.io/platform/current/kafka-rest/api.html#consumer-group

raphaelauv avatar May 11 '21 09:05 raphaelauv