Hi Miguel,

> Is there a way to configure KafkaStreams or the consumer it uses to start
from a specific offset?

You can try to use `bin/kafka-streams-application-reset.sh` to reset the
offset to a specific date time.
REF:
https://kafka.apache.org/30/documentation/streams/developer-guide/app-reset-tool.html

Thank you.
Luke

On Sat, Dec 18, 2021 at 3:38 AM Miguel González <miguel.gonza...@klar.mx>
wrote:

> Hello
>
> I'm testing a Kafka Streams app in my staging environment, my app reads
> from two input topics but it seems the topics start with months of
> difference.
>
> Is there a way to configure KafkaStreams or the consumer it uses to start
> from a specific offset?
>
> thanks
> - Miguel
>

Reply via email to