- Notifications
You must be signed in to change notification settings - Fork4
Open
Labels
Description
I'm considering an event sourcing system for my backend. My intention is to have an in-memory application state and any modification to this state is stored as an event.
I want to know what is the status of this project, specifically:
- Is your intention to keep maintaining it?
- Would I be able to recover the current state (or near) from a system crash?
- Why do you say it's not production-ready? Lack of some feature or some known bugs?
Thank you.