confluent-kafka-go
confluent-kafka-go copied to clipboard
[admin] Add consumer group bindings for KIP-222/396
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.