Re: Do we have to query localWindowStore in same java instance we are creating the store

2017-07-17 Thread Eno Thereska
Hi Sachin, 1. You can run a remote query and we provide some example code (https://www.confluent.io/blog/unifying-stream-processing-and-interactive-queries-in-apache-kafka/ ) however by default A

Do we have to query localWindowStore in same java instance we are creating the store

2017-07-14 Thread Sachin Mittal
Hi, I have created a simple window store to count occurrences of a given key. My pipeline is: TimeWindows windows = TimeWindows.of(n).advanceBy(n).until(30n); final StateStoreSupplier supplier = Stores.create("key-table") .withKeys(Serdes.String())