Aaron, let me forward this to DEV:
Ignite DEV community,
I tried to confirm setLocal(true) semantics for ContinuousQuery and I have
got not what I expected. I found that executing a ContinuousQuery with
setLocal(true):
- Still executes initial query remotely
- Listens for modifications loc
hi All,
Regards ContinuousQuery, I notice there is a #setLocal will this meaning CQ
only query against local cache? while this query only have
#setRemoteFilterFactory method.
So the question is will my CQ's local listener only receive event updates from
local cache or entire cluster?
Also