Hi Devakumar, I think it's feasible to implement such logic with custom remote filters: https://apacheignite.readme.io/docs/continuous-queries#remote-filter
Also, an alternate option might be a partitioned message bus like Kafka. Servers can send changes to a Kafka topic and the clients can consume the messages on the other side in a load-balanced and fault-tolerant fashion. - Denis On Fri, Jul 17, 2020 at 8:34 AM Devakumar J <mail2jdevaku...@gmail.com> wrote: > Hi, > > We have a setup of 3 server nodes and 2 client nodes and 50 caches around. > > When we register CQ listener for cache operations from client node, both > the > client nodes are getting notified. > > 1. Is there way to achieve load balanced manner? For e.g) In case of 2 > events, event-1 to be received by > client-1 and event-2 to be received by client-2 and in-case of one > client node down and other node should > start receiving all the events? > > 2. In case of both node failure, is there a way to get only those missed > events? > > Thanks, > Devakumar J > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >