cqrs.nu-php
cqrs.nu-php copied to clipboard
Do not update write in case read fail
Currently, in case updating the read models fail (a typo on SQL example), the write model is updated.
For this project in specific, I'd like to keep both sides in sync in order to show people that's easier to do like that)