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-
Congratulations David! Well deserved.
-Bill
On Fri, Dec 17, 2021 at 6:43 PM José Armando García Sancio
wrote:
> Congrats David!
>
> On Fri, Dec 17, 2021 at 3:09 PM Gwen Shapira wrote:
> >
> > Hi everyone,
> >
> > David Jacot has been an Apache Kafka committer since Oct 2020 and has
> been cont
Congrats David!
On Fri, Dec 17, 2021 at 3:09 PM Gwen Shapira wrote:
>
> Hi everyone,
>
> David Jacot has been an Apache Kafka committer since Oct 2020 and has been
> contributing to the community consistently this entire time - especially
> notable the fact that he reviewed around 150 PRs in th
Hi everyone,
David Jacot has been an Apache Kafka committer since Oct 2020 and has been
contributing to the community consistently this entire time - especially
notable the fact that he reviewed around 150 PRs in the last year. It is my
pleasure to announce that David agreed to join the Kafka P
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