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

deleteConsumerGroupOffsetsAwait

suspend fun KafkaAdminClient.deleteConsumerGroupOffsetsAwait(groupId: String, partitions: Set<TopicPartition>): Unit

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

Parameters

groupId - The group id of the group whose offsets will be listed

partitions -

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.