Idempotency

Turkish equivalent: İdempotentlikDomain: Distributed Systems

The property that repeating the same logical operation does not produce additional externally observable effects after the first successful application.

Boundaries

Idempotency is not the same as exactly-once execution, transaction atomicity, or automatic retry safety; those guarantees require separate mechanisms.

  • Idempotency Key
  • Retry
  • Distributed Transaction
  • Transactional Outbox