You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yves Reynhout edited this page Aug 4, 2016
·
2 revisions
Introduction
Idempotency in this context means that a message projected multiple times doesn't cause an observable side effect beyond the initial projection of that message.
Natural idempotence
Some operations are naturally idempotent. Let's look at some examples.