vertx / io.vertx.kafka.client.consumer / KafkaConsumer / subscription

subscription

abstract fun subscription(handler: Handler<AsyncResult<MutableSet<String>>>): KafkaConsumer<K, V>

Get the current subscription.

Parameters

handler - handler called on operation completed

Return
current KafkaConsumer instance