It is worth mentioning that it is perfectly fine to have CQRS for one bounded context (e.g. shipping), but have CRUD for another one (e.g. orderManagement). CQRS comes with costs that are not always worth it and this flexibility to be able to choose between the two for each context is priceless.

Responses (1)