Re: Kafka Streams - start consuming from specific offset

2021-12-17 Thread Luke Chen
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-

Re: [ANNOUNCE] New Kafka PMC member: David Jacot

2021-12-17 Thread Bill Bejeck
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

Re: [ANNOUNCE] New Kafka PMC member: David Jacot

2021-12-17 Thread José Armando García Sancio
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

[ANNOUNCE] New Kafka PMC member: David Jacot

2021-12-17 Thread Gwen Shapira
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

Kafka Streams - start consuming from specific offset

2021-12-17 Thread Miguel González
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