open fun rxSeek(topicPartition: TopicPartition, offset: Long): Single<Void>
Overrides the fetch offsets that the consumer will use on the next poll.
topicPartition - topic partition for which seek
offset - offset to seek inside the topic partition
Return