suspend fun KafkaAdminClient.describeConsumerGroupsAwait(groupIds: List<String>): Map<String, ConsumerGroupDescription>
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.describeConsumerGroups
groupIds
- the ids of the groups to describe
Return
MapString,ConsumerGroupDescription
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.