vertx / io.vertx.kotlin.kafka.admin / io.vertx.kafka.admin.KafkaAdminClient / describeConsumerGroupsAwait

describeConsumerGroupsAwait

suspend fun KafkaAdminClient.describeConsumerGroupsAwait(groupIds: List<String>): Map<String, ConsumerGroupDescription>

Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.describeConsumerGroups

Parameters

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.