open fun rxTopicExists(topicName: String): Single<Boolean>
Checks if the Kafka topic given by topicName does exist.
topicName - Name of the topic
topicName
Return