vertx / io.vertx.kotlin.kafka.admin / io.vertx.kafka.admin.KafkaAdminClient / createTopicsAwait

createTopicsAwait

suspend fun KafkaAdminClient.createTopicsAwait(topics: List<NewTopic>): Unit

Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.createTopics

Parameters

topics -

topics to create

NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.