suspend fun KafkaAdminClient.deleteConsumerGroupsAwait(groupIds: List<String>): Unit
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.deleteConsumerGroups
the ids of the groups to delete
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.