suspend fun KafkaAdminClient.deleteConsumerGroupOffsetsAwait(groupId: String, partitions: Set<TopicPartition>): Unit
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.deleteConsumerGroupOffsets
groupId
- The group id of the group whose offsets will be listed
The set of partitions in the consumer group whose offsets will be deleted
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.