ate: Monday, September 27, 2021 at 2:44 PM
To: user@ignite.apache.org
Subject: Re: Help with ContinuousQuery issue
Hi,
Did you try to print data inside local listener. As I understand it, initial
query is only when cintinuous query starts, after that, local listener and
remote filter (if provided)
Hi,
Did you try to print data inside local listener. As I understand it,
initial query is only when cintinuous query starts, after that, local
listener and remote filter (if provided) play role.
On Tue, Sep 28, 2021, 00:02 Latha Masters wrote:
> Hi all,
>
>
>
> We’ve run into an issue when using
Hi all,
We’ve run into an issue when using ContinuousQuery and hoping someone can help
provide some insight.
1 ContinuousQuery query = new ContinuousQuery<>();
2query.setLocalListener(listener);
3query.setInitialQuery(new ScanQuery<>());
4query.setPa