Skip to content
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.

Clone this wiki locally