open fun rxAssign(topicPartition: TopicPartition): Completable
Manually assign a partition to this consumer.
topicPartition - partition which want assigned
Return
open fun rxAssign(topicPartitions: MutableSet<TopicPartition>): Completable
Manually assign a list of partition to this consumer.
topicPartitions - partitions which want assigned
Return