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

positionAwait

suspend fun <K, V> KafkaConsumer<K, V>.positionAwait(partition: TopicPartition): Long

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

Parameters

partition - The partition to get the position for

Return

Long

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