Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
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)
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)