node-cqrs-domain icon indicating copy to clipboard operation
node-cqrs-domain copied to clipboard

Ensuring transaction consistency across multiple processes

Open xander-mbaka opened this issue 6 years ago • 1 comments

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)

xander-mbaka avatar Mar 07 '18 06:03 xander-mbaka

there is no transaction consistency in cqrs... you need to handle all the possible fails via saga processes or external "fix" routines...

adrai avatar Mar 07 '18 07:03 adrai