Hi everyone,

I was wondering if its possible to rewind consumers offset in Kafka Stream
using timestamp as with `offsetsForTimes(Map<TopicPartition, Long>
timestampsToSearch)` in KafkaConsumer.

I know its possible to go back to `earliest` offset in topic or `latest`,
but would be useful to go back using timestamp as with Consumer API do.

Maybe is there an option to do this already and I'm missing something?

Thanks in advance for your feedback!

Jorge.

Reply via email to