Aggregate Composition Pattern

In Aggregate Composition pattern, aggregator service sends request to multiple services and respond only after getting the response from all the requested services.
Real life Example:
E-Commerce application send order request to Order Service (aggregator service) and Order service then further sends the request to ERP specific Order services.
Please share this

Leave a Reply