Info |
---|
Details in Gateway Aggregation pattern - Azure Architecture Center | Microsoft Learn |
Problem
Perform a task and need to make multiple calls to various backend services. An application could rely on many services.
Solution
Use a gateway to reduce chatiness between the client and the services.
...