Open plachor opened 11 months ago
DescribeConsumerGroupsAsync accorind to XML comment: https://github.com/confluentinc/confluent-kafka-dotnet/blob/a67bd6c06b7eef4293e6476d9ff6f3e93f0e4cd9/src/Confluent.Kafka/IAdminClient.cs#L458-L460
DescribeConsumerGroupsAsync
acepts null. However checks count for this enumerable underneath and fail with ArgumentNullException
ArgumentNullException
Please provide the following information:
I would also like to understand what the expected behavior of this method is. I see a check for group count here that will fail the call if less than 1 group is declared. Thanks!
Description
DescribeConsumerGroupsAsync
accorind to XML comment: https://github.com/confluentinc/confluent-kafka-dotnet/blob/a67bd6c06b7eef4293e6476d9ff6f3e93f0e4cd9/src/Confluent.Kafka/IAdminClient.cs#L458-L460acepts null. However checks count for this enumerable underneath and fail with
ArgumentNullException
Checklist
Please provide the following information: