watermill icon indicating copy to clipboard operation
watermill copied to clipboard

how to use cqrs in realworld?

Open xtay315 opened this issue 2 years ago • 1 comments

where can i get replay for my client?

xtay315 avatar Oct 09 '21 03:10 xtay315

In the CQRS model the commands drive certain actions within your application and the responses produced as a result of those actions are sent back to the callers using events. Therefore if a producer of commands wants to react to their results then that producer should subscribe to the events produced as a result of executing those commands.

That is the best answer I can give you to such a general question.

I think it may make sense to improve the documentation around the CQRS component. I will look into doing that.

boreq avatar Nov 19 '21 13:11 boreq