In applications using a domain driven design (DDD) approach events and commands should be communicated using a decoupled mechanism. In most cases this is achieved by using a message broker. If a business transaction relates to different bounded contexts/domains it can span different "domain services" each having their own data persistence. As a consequence communication needs to be transactional as well. Transactional communication can be achieved by several design patterns (each having own benefits and drawbacks).
Design patterns:
Exemplary transport backend alternatives:
Example implementations:
No response
No response
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too