vertx / io.vertx.kotlin.kafka.client.consumer / io.vertx.kafka.client.consumer.KafkaConsumer / seekAwait

seekAwait

suspend fun <K, V> KafkaConsumer<K, V>.seekAwait(topicPartition: TopicPartition, offset: Long): Unit

Suspending version of method io.vertx.kafka.client.consumer.KafkaConsumer.seek

Parameters

topicPartition - topic partition for which seek

offset -

offset to seek inside the topic partition

NOTE: This function has been automatically generated from io.vertx.kafka.client.consumer.KafkaConsumer using Vert.x codegen.