event-store-single-writer-assumption

Status: IN

The event store's `expected_version` check-then-act pattern in `append` and `append_batch` has no locking, making the optimistic concurrency guard safe only under a single-writer concurrency model — concurrent writers create a TOCTOU race

Source: entries/2026/05/29/topic-event-sourcing-concurrency-model.md

JSON