confluent-kafka-go icon indicating copy to clipboard operation
confluent-kafka-go copied to clipboard

[admin] Add consumer group bindings for KIP-222/396

Open milindl opened this issue 2 years ago • 0 comments

Currently in a draft state because of the fact that librdkafka implementation isn't fully done, and so this should not be merged. Tested in conjunction with https://github.com/edenhill/librdkafka/tree/feature/list-and-alter-offsets (and depends on this branch).

This includes #852 (by @vsantwana) - the DeleteGroups implementation. The rest of the bindings are - ListConsumerGroups, DescribeConsumerGroups, AlterConsumerGroupOffsets, and ListConsumerGroupOffsets.

milindl avatar Sep 09 '22 06:09 milindl