eventflow
eventflow copied to clipboard
aggregate instance caching strategy to minimise nr of events read from db to execute a cmd
- keep some frequently used aggregates in memory
- allow setting to disable catching up of aggregates - in this case, it would depend on infrastructure routing all aggregate commands to the same server (opt-in for performance gains to reduce nr of network ops)