architecture

2017-03-11T13:37:02.516623Z

@seancorfield @dominicm Do you have cases of async updates where you can't immediately return the result?

2017-03-11T13:46:21.548076Z

@drewverlee In CQRS+ES+DDD you need somewhere to process commands into events, and you can distribute these processors with Onyx at the price of insanity, but will force you to find transaction boundaries, handle errors, assume anything can fail or be late or arrive out of order etc.

dominicm 2017-03-11T14:14:33.652523Z

@yonatanel At a guess: eventually consistent stores