Hacker News new | ask | show | jobs
by zsoltkacsandi 242 days ago
Instead of modifying the original (and incorrect) event, you can add a manual correction event with the info of who did it and why, and replay the events. This is how we dealt with such corrections with event sourcing.
1 comments

But you don't need to replay in that case. You just fire the correction event and the rest is taken care of.