what is the delivery guarantee of messages sent to the snapshotStore, such as DeleteSnapshot
, SaveSnapshot
etc?
is it at-least-once or is it at-most-once?
In other words, if I call SaveSnapshot()
, am I guaranteed to receive either SaveSnapshotSuccess/Failure
or will I receive them only if snapshot actually receives them and accept or reject them?