abstract fun listTopics(handler: Handler<AsyncResult<MutableMap<String, MutableList<PartitionInfo>>>>): KafkaConsumer<K, V>
Get metadata about partitions for all topics that the user is authorized to view.
handler - handler called on operation completed
Return
current KafkaConsumer instance