eventflow icon indicating copy to clipboard operation
eventflow copied to clipboard

cqrs+es in scala

Results 11 eventflow issues
Sort by recently updated
recently updated
newest added

it should be usable within any context..

local lock per aggregate id, block until it frees up -- is it needed? would it be helpful at all?

akka? would work nicely with #37 too

Cqrs as package name might better be eventflow. As recommended by @Akii

Automating commands based on previous events

in progress
idea
must have

- time started / time running - total number of commands processed - total number of events received from db - total number of events actually consumed by projections -...

idea

projections can emit events that other projections / sagas depend on

idea

the system should handle the upgrade path when there are some events for the original version stored in the DB, but aggregate definition needs to change support new domain knowledge.

idea