suspend fun KafkaAdminClient.createTopicsAwait(topics: List<NewTopic>): Unit
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.createTopics
topics to create
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.