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

rxClose

open fun rxClose(): Single<Void>

Closes the underlying connection to Zookeeper. It is required to call the method for cleanup purposes if AdminUtils was not created with autoClose set to true.

Return