suspend fun <K, V> KafkaConsumer<K, V>.positionAwait(partition: TopicPartition): Long
Suspending version of method io.vertx.kafka.client.consumer.KafkaConsumer.position
partition
- The partition to get the position for
Return
NOTE: This function has been automatically generated from io.vertx.kafka.client.consumer.KafkaConsumer using Vert.x codegen.