Hi, In this case I would recommend to use continuous queries, but trigger queries from the remote filter. Note that you should execute them asynchronously in separate threads, without blocking the thread that invokes the filter. In the current version you will have to manage these threads manually. Starting with 1.6, this will be automated, like shown in this example: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheContinuousAsyncQueryExample.java
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-Queries-tp4440p4645.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
