vertx / io.vertx.kafka.admin / AdminUtils / deleteTopic
deleteTopic
abstract fun deleteTopic(topicName: String, completionHandler: Handler<AsyncResult<Void>>): Unit
Delete the Kafka topic given by the topicName.
Parameters
topicName - Name of the topic to be deleted
completionHandler - vert.x callback