Re: Continuous query with Thin client

2021-04-19 Thread Pavel Tupitsyn
There was a mistake in the release notes, I've just fixed it. Continuous queries were added to .NET thin client for 2.10, and Java thin client gets them in 2.11. On Mon, Apr 19, 2021 at 12:00 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > I suspect it’s the backend changes req

Re: Continuous query with Thin client

2021-04-19 Thread Stephen Darlington
I suspect it’s the backend changes required to support continuous queries in thin-clients. > On 19 Apr 2021, at 07:59, sourav dihidar wrote: > > Thanks for your reply. I see in the release note of 2.10.0 under Java thin > client , it is mentioned > > Added thin Client Continuous Query > Is th

Re: Continuous query with Thin client

2021-04-19 Thread sourav dihidar
Thanks for your reply. I see in the release note of 2.10.0 under Java thin client , it is mentioned - Added thin Client Continuous Query Is that something else? Thanks On Fri, Apr 16, 2021, 10:11 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > Looks like that’s coming in

Re: Continuous query with Thin client

2021-04-16 Thread Stephen Darlington
Looks like that’s coming in 2.11: IGNITE-14402 It’s present in the .net thin client since 2.10. Regards, Stephen > On 16 Apr 2021, at 17:21, sourav dihidar wrote: > > Hi Team, > > I understood that continuous query for java thin client has

Continuous query with Thin client

2021-04-16 Thread sourav dihidar
Hi Team, I understood that continuous query for java thin client has been introduced in the latest ignite version(2.10.0). Do you have any documentation around this specially how to use it through thin client. Thanks