abstract fun topicExists(topicName: String, completionHandler: Handler<AsyncResult<Boolean>>): Unit
Checks if the Kafka topic given by topicName does exist.
topicName - Name of the topic
topicName
completionHandler - vert.x callback
completionHandler