Re: Question about state store

2016-11-29 Thread Matthias J. Sax
A KStream-KTable join might also work. > stream.join(table, ...); -Matthias On 11/29/16 1:21 AM, Eno Thereska wrote: > Hi Simon, > > See if this helps: > > - you can create the KTable with the state store "storeAdminItem" as you > mentioned > - for each element you want to check, you want

Re: Question about state store

2016-11-29 Thread Eno Thereska
Hi Simon, See if this helps: - you can create the KTable with the state store "storeAdminItem" as you mentioned - for each element you want to check, you want to query that state store directly to check if that element is in the state store. You can do the querying via the Interactive Query

Question about state store

2016-11-28 Thread Simon Teles
Hello all, I'm not sure how to do the following use-case, if anyone can help :) - I have an admin UI where the admin can choose wich item are allowed on the application - When the admin choose an item, it pushes an object to a topic kafka : test.admin.item with the following object