Re: Continuous Queries with several remote filter on the same cache

2020-07-15 Thread Denis Magda
ck > regarding usability? What if we add a number of threads parameter in > @IgniteAsyncCallback? > > Best regards, > Roman > > -Original Message- > From: Denis Magda > Sent: Friday, June 26, 2020 7:38 PM > To: dev > Subject: Re: Continuous Queries with seve

RE: Continuous Queries with several remote filter on the same cache

2020-07-07 Thread Roman.Koriakov
me where can I find this logic in the sources. > > Which package should I look into? > > > > -----Original Message- > > From: Denis Magda > > Sent: Saturday, June 6, 2020 2:07 AM > > To: dev > > Subject: Re: Continuous Queries with several remote filter on

Re: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Denis Magda
> Thanks! Is there some guarantee about the order of the updates? Even when > we have multiple cache nodes. > > Best regards, > Roman > > -Original Message- > From: Denis Magda > Sent: Monday, June 8, 2020 10:20 PM > To: dev > Subject: Re: Continuo

RE: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Roman.Koriakov
Hi Denis, Thanks! Is there some guarantee about the order of the updates? Even when we have multiple cache nodes. Best regards, Roman -Original Message- From: Denis Magda Sent: Monday, June 8, 2020 10:20 PM To: dev Subject: Re: Continuous Queries with several remote filter on the

Re: Continuous Queries with several remote filter on the same cache

2020-06-08 Thread Denis Magda
A big thank you for the answer. > Could you please tell me where can I find this logic in the sources. Which > package should I look into? > > -Original Message- > From: Denis Magda > Sent: Saturday, June 6, 2020 2:07 AM > To: dev > Subject: Re: Continuous Queries

RE: Continuous Queries with several remote filter on the same cache

2020-06-07 Thread Roman.Koriakov
Hi Denis, A big thank you for the answer. Could you please tell me where can I find this logic in the sources. Which package should I look into? -Original Message- From: Denis Magda Sent: Saturday, June 6, 2020 2:07 AM To: dev Subject: Re: Continuous Queries with several remote filter

Re: Continuous Queries with several remote filter on the same cache

2020-06-06 Thread Denis Magda
Hi Roman, Every continuous query is a unique entity that is processed by servers independently. With your example, the server node will execute all 20 filters for every cache insert/update operation. The server will notify through local listeners only those clients whose remote filters returned 't