|
|
|
|
|
by Terr_
875 days ago
|
|
> Accidental decoupling is where you have a complex state machine encapsulating a business procedure with multiple steps, and it's coordinated as messages between and actions in multiple services. That might need emphasis on "in multiple services." Within the same service, a granular set of messages (events) can still be useful for auditing or creating good read-model "projections" of what happened. |
|