vertx / io.vertx.reactivex.kafka.admin / AdminUtils / rxTopicExists

rxTopicExists

open fun rxTopicExists(topicName: String): Single<Boolean>

Checks if the Kafka topic given by topicName does exist.

Parameters

topicName - Name of the topic

Return