cqrs.nu-php icon indicating copy to clipboard operation
cqrs.nu-php copied to clipboard

Do not update write in case read fail

Open yourwebmaker opened this issue 5 years ago • 0 comments

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)

yourwebmaker avatar Oct 27 '20 14:10 yourwebmaker