Re: Continuous Query on Multiple caches

2017-09-11 Thread slava.koptilin
Hi Rishikesh, Is it possible to create another kafka stream based on Curr_stream1 & Curr_stream2? In this case, you will be able to stream (Curr_stream1.f0 - Curr_stream2.f0) into a new Ignite cache and use continuous query. In any way, it would be great if you can share your solution with the co

Re: Continuous Query on Multiple caches

2017-08-28 Thread rishi007bansod
, ((Curr_stream1.f0 - Curr_stream2.f0) > T ) then > raise alert. Initially I thought of caching both streams data and then compare it, but it will take more time to process. Thanks, Rishikesh -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-Qu

Re: Continuous Query on Multiple caches

2017-08-28 Thread slava.koptilin
Hi Rishikesh, ContinuosQuery is designed to work with single cache only. So, there is no way to use it with multiple caches. Could you please share your use case in more details? Thanks. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-Query-on

Continuous Query on Multiple caches

2017-08-28 Thread rishi007bansod
r same? Please provide example Thanks, Rishikesh -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-Query-on-Multiple-caches-tp16444.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.