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

deleteConsumerGroupsAwait

suspend fun KafkaAdminClient.deleteConsumerGroupsAwait(groupIds: List<String>): Unit

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

Parameters

groupIds -

the ids of the groups to delete

NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.