ratadepally opened a new issue, #11529:
URL: https://github.com/apache/ignite/issues/11529

   Hi
   
   We are currently working on a use case where we will need data modifications 
events for cache to be triggered and sent to the listener or handler and inside 
the registered listener we will be performing operations to update or insert 
data into another Cache.
   
   For the above use case we came across below two options.
   1. Ignite Events
   2. Continuous query
   
   i)  Out of these two contenders would you suggest any approach?
   ii) which one guarantees event updates to be delivered even in case of any 
primary node failures?
   iii) which is more resilient in case of clustering? 
   iv) Are there any drawbacks of using one over the other especially with 
performance?
   
   Any suggestions are greatly appreciated.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to