vertx / io.vertx.kotlin.kafka.admin / io.vertx.kafka.admin.AdminUtils / changeTopicConfigAwait

changeTopicConfigAwait

suspend fun AdminUtils.changeTopicConfigAwait(topicName: String, topicConfig: Map<String, String>): Unit

Updates the configuration of the topic given by topicName. Configuration parameters are passed in as a Map (Key -> Value) of Strings.

Parameters

topicName - topic to be configured

topicConfig - Map with configuration items

completionHandler - vert.x callback