Re: wanted to understand WindowStore#fetchAll(timeFrom, timeTo)

2020-02-20 Thread Guozhang Wang
Hi Sachin, The javadoc has a good explanation that you can refer to: https://kafka.apache.org/24/javadoc/index.html?org/apache/kafka/streams/state/ReadOnlyWindowStore.html As in our example, both these two would be returned. Guozhang On Tue, Feb 18, 2020 at 6:56 AM Sachin Mittal wrote: > Hi,

wanted to understand WindowStore#fetchAll(timeFrom, timeTo)

2020-02-18 Thread Sachin Mittal
Hi, Say I want to fetch all the keys for store.fetchAll(8, 12) +---+ | key | start time | end time | +---++--+ | A | 10 |20| +---++--+ | A | 15 |25| +---++-