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

rxDeleteTopic

open fun rxDeleteTopic(topicName: String): Completable

Delete the Kafka topic given by the topicName.

Parameters

topicName - Name of the topic to be deleted

Return