Concepts / Event Sourcing Event Sourcing And Concurrent Updates When we have to deal with concurrent updates, we generally think about two possibilities: Pessimistic locking: an object is explicitly locked by a system Optimistic concurrency control: the system determines …