watermill icon indicating copy to clipboard operation
watermill copied to clipboard

Atomicity in CQRS Facade

Open screwyprof opened this issue 4 years ago • 0 comments

I've got a question. At the moment from the examples I can see, the events are published after some processing is done in a command handler. It may lead to a 2PC problem Is it possible to make handling commands and publishing events atomic via CQRS Facade?

PS: It know it can be done w/o the facade.

screwyprof avatar Mar 02 '21 02:03 screwyprof