Are there scenarios where a single command results in multiple events in CQRS? Can someone give an example for this?
I ask, because aggregates are transactional boundaries, and the implementation of the aggregate record depends on the answer to this question.
source
share