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-

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