ptupitsyn commented on issue #10559:
URL: https://github.com/apache/ignite/issues/10559#issuecomment-1441245415

   Continuous Query [guarantees exactly-once 
delivery](https://ignite.apache.org/docs/latest/key-value-api/continuous-queries#events-delivery-guarantees).
 It can't just drop some events from the queue because the client is slow.
   
   If the client performance can't be fixed, you have to come up with a 
different mechanism to receive updates (e.g. polling by "last_updated" or 
something like that).


-- 
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