node-cqrs-domain
node-cqrs-domain copied to clipboard
Ensuring transaction consistency across multiple processes
Hi,
What is the best way to ensure transactions complete successfully across domain, saga and view model (one originating command, multiple subsequent commands from saga and multiple events)
there is no transaction consistency in cqrs... you need to handle all the possible fails via saga processes or external "fix" routines...