Open
Description
Hi,
Does anyone know if there are plans to add to the IAdminClient that ability to get consumer group offsets for a given topic? I am assuming that interface would be the logical place for this functionality.
Preferably for the v1 release?
The java client seems to have it available with the following call:
ListConsumerGroupOffsetsResult listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsOptions options);
I am using the C# Confluent.Kafka assembly, version 1.0.0-beta2
Thanks,
Dave