envato / event_sourcery

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

Add causation_id to event class #157

Closed orien closed 7 years ago

orien commented 7 years ago

Add causation_id to core Event class. We can then update the postgres adapter to populate this with the UUID of the event being reacted to in reactors. This will be a replacement for the driven_by_event_id currently being populated in event bodies.