suspend fun <K, V> KafkaProducer<K, V>.partitionsForAwait(topic: String): List<PartitionInfo>
Suspending version of method io.vertx.kafka.client.producer.KafkaProducer.partitionsFor
topic
- topic partition for which getting partitions info
Return
NOTE: This function has been automatically generated from io.vertx.kafka.client.producer.KafkaProducer using Vert.x codegen.