Client-minted identity, assigned at creation and never reused.
It is the ONLY identity the outbox references. That is what makes replay idempotent
and what allows a create followed by an update to coalesce: both name the same local
entity, whether or not the server has ever seen it.
Client-minted identity, assigned at creation and never reused.
It is the ONLY identity the outbox references. That is what makes replay idempotent and what allows a create followed by an update to coalesce: both name the same local entity, whether or not the server has ever seen it.