suspend fun <K, V> KafkaConsumer<K, V>.seekAwait(topicPartition: TopicPartition, offset: Long): Unit
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
completionHandler
- handler called on operation completed
Returncurrent
KafkaConsumer instance *