vertx / io.vertx.rxjava.kafka.admin / AdminUtils / topicExists

topicExists

open fun topicExists(topicName: String, completionHandler: Handler<AsyncResult<Boolean>>): Unit

Checks if the Kafka topic given by topicName does exist.

Parameters

topicName - Name of the topic

completionHandler - vert.x callback