Hello, For continuous queries I understand that I need to provide a filter (the query) , but I want to get all the updates (put operations) for a specific cache (not just some that pass a filter). Is this possible?
Thank you, Remus Sent with BlackBerry Work (www.blackberry.com) ________________________________ From: vkulichenko <[email protected]> Sent: Jul 13, 2018 21:42 To: [email protected] Subject: Re: Does event listener keep the order of events as they occur on the cluster? You should use continuous queries for this: https://apacheignite.readme.io/docs/continuous-queries. They provide exactly once notification semantics with ordering guarantees. -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/ ========================================================= Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et susceptibles de contenir des informations couvertes par le secret professionnel. Ce message est etabli a l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisee interdite. Tout message electronique est susceptible d'alteration. La SOCIETE GENERALE et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme falsifie. ========================================================= This message and any attachments (the "message") are confidential, intended solely for the addresses, and may contain legally privileged information. Any unauthorized use or dissemination is prohibited. E-mails are susceptible to alteration. Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. =========================================================
