Einar Ingebrigtsen
Einar Ingebrigtsen
Depends on #891 Projections are more advanced reducers following a declarative approach. It makes sense to build this on top of the reducer logic.
If you have a projection with children and one does not specify `.UsingParentKey*()` it will fail when none of the parent events has occurred yet as it won't be able...
For idempotency, we want to have the sequence number of what event caused an update to a read model when using a reducer and projection. The engine can then look...
We have the concept of a boot procedure, anything implementing the `IPerformBootProcedure` will be called on startup. The idea behind this is that one can just drop in one of...