12.47Out-of-order scenario
Version 42 is processed, then version 41 arrives.
Answer:
“Idempotency alone doesn't solve that. I'd carry a source version or sequence and reject stale updates so an older event can't overwrite newer state.”
Very good.
Version 42 is processed, then version 41 arrives.
Answer:
“Idempotency alone doesn't solve that. I'd carry a source version or sequence and reject stale updates so an older event can't overwrite newer state.”
Very good.