Last modified by Danniar Firdausy on 2024/09/02 16:51

From version 15.1
edited by eMagiz
on 2022/06/13 10:57
Change comment: There is no comment for this version
To version 14.1
edited by eMagiz
on 2022/06/13 10:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,9 +24,9 @@
24 24  
25 25  Below is the list of considerations when to use the API Gateway.
26 26  
27 -* One of the first angles to consider an API Gateway is when the integration is synchronous. A business process is handled via a specific application, and that business process requires data from another (micro-)service and can only proceed once that response to that data request is returned successfully. This is a typical synchronous message interaction. The API Gateway can provide the exact operation to the application requesting the data.
27 +One of the first angles to consider an API Gateway is when the integration is synchronous. A business process is handled via a specific application, and that business process requires data from another (micro-)service and can only proceed once that response to that data request is returned successfully. This is a typical synchronous message interaction. The API Gateway can provide the exact operation to the application requesting the data.
28 28  
29 -* The other important angle when considering an API Gateway is to use the gateway concept as a means to allow external & internal development teams to connect to published APIs. On the one hand, Sales Orders from external clients might be sent to the Gateway, or an internal microservice could be calling an API as part of a business process whereby the API reaches out to another (external) web service. Data is provided via the API Gateway.
29 +The other important angle when considering an API Gateway is to use the gateway concept as a means to allow external & internal development teams to connect to published APIs. On the one hand, Sales Orders from external clients might be sent to the Gateway, or an internal microservice could be calling an API as part of a business process whereby the API reaches out to another (external) web service. Data is provided via the API Gateway.
30 30  
31 31  Other considerations or keynotes when to use an API Gateway are:
32 32