This content has been marked as final.
Show 2 replies
-
1. Re: Continuous query with graph-oriented data model
galder.zamarreno May 17, 2018 9:28 AM (in response to rico13)Does your model handle the possibility of a user receiving the same notification multiple times? IOW, are user notifications idempotent? In the presence of failure it is possible for the same event to be sent twice. This is a property of remote listeners and continuous queries (which are based in remote listeners).
-
2. Re: Continuous query with graph-oriented data model
rico13 May 17, 2018 10:59 AM (in response to galder.zamarreno)Hi Galder,
this is not a problem for us if we receive the same notification twice.