envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Remove support for not using optimistic locking #123

Closed stevehodgkiss closed 7 years ago

stevehodgkiss commented 7 years ago

Most (if not all) of our apps are deployed where concurrent aggregate processing occurs, so there's no reason to not use optimistic locking. That and it's actually faster than the plain insert version.