- Cloud-Native Applications in Java
- Ajay Mahajan Munish Kumar Gupta Shyam Sundar
- 49字
- 2021-06-24 19:07:23
Asynchronous parallel
A composite service initiates the service calls asynchronously to the constituent atomic services and then listens to the service response. If either services fails, it sends a compensating transaction to the other service.
This is similar to the Scatter-Gather or Composed Message Processor patterns of the EIP:
