Hi Jorge, This is currently not possible, but it is likely to be considered for discussion. One challenge is that, if you have multiple topics, it is difficult to rewind them all back to a consistent point in time. KIP-95, currently under discussion, is handling the slightly different issue, of stopping the consuming at a point in time: https://cwiki.apache.org/confluence/display/KAFKA/KIP-95%3A+Incremental+Batch+Processing+for+Kafka+Streams <https://cwiki.apache.org/confluence/display/KAFKA/KIP-95:+Incremental+Batch+Processing+for+Kafka+Streams>.
Thanks Eno > On 29 Jan 2017, at 19:29, Jorge Esteban Quilcate Otoya > <quilcate.jo...@gmail.com> wrote: > > 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.