vertx / io.vertx.kotlin.kafka.client.producer / io.vertx.kafka.client.producer.KafkaProducer / partitionsForAwait

partitionsForAwait

suspend fun <K, V> KafkaProducer<K, V>.partitionsForAwait(topic: String): List<PartitionInfo>

Suspending version of method io.vertx.kafka.client.producer.KafkaProducer.partitionsFor

Parameters

topic - topic partition for which getting partitions info

Return

List

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