envato / event_sourcery

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

Script to demonstrate non-linear insertion of sequence IDs #115

Closed stevehodgkiss closed 7 years ago

stevehodgkiss commented 7 years ago

Demonstrates, through brute force, that sequence IDs may not be inserted linearly with concurrent writers & no synchronisation/locking mechanism in place.