open fun rxPartitionsFor(topic: String): Single<MutableList<PartitionInfo>>
Get the partition metadata for the give topic.
topic - topic partition for which getting partitions info
topic
Return