Changes for page API Gateway Architecture

Last modified by Erik Bakker on 2024/09/02 16:04

From version 8.1
edited by Erik Bakker
on 2022/06/13 08:22
Change comment: There is no comment for this version
To version 10.1
edited by Erik Bakker
on 2022/06/13 08:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,12 +13,12 @@
13 13  
14 14  == 2. Key concepts ==
15 15  
16 -* Single lane --> Single runtime per types
17 -* Double lane --> Two or more runtime per type to handle failover setups
18 -
16 +* Single lane -> Single runtime per types
17 +* Double lane -> Two or more runtime per type to handle failover setups
19 19  
20 20  
21 21  
21 +
22 22  == 3. Architecture considerations ==
23 23  
24 24  === 3.1 Architecture components API Gateway ===
... ... @@ -39,8 +39,8 @@
39 39  
40 40  Single lane setup in eMagiz means that all runtimes are provided once in the architecture diagram * there is no failover or clustered approach for the runtimes. For the API Gateway, this means that you have the following machines available. In this example, you have the messaging patterns components as well with the objective to see such cases as well.
41 41  
42 -* Core 01 --> holds the JMS Server and the messaging process container
43 -* Connnector 01 --> holds the API Gateway container and the messaging runtimes
42 +* Core 01 -> holds the JMS Server and the messaging process container
43 +* Connnector 01 -> holds the API Gateway container and the messaging runtimes
44 44  
45 45  [[image:Main.Images.Microlearning.WebHome@advanced-solution-architecture-apigw-architecture-2.png]]
46 46  
... ... @@ -48,10 +48,10 @@
48 48  
49 49  Double lane setup in eMagiz means that all runtimes are provided at least twice in the architecture diagram * there is a failover for the JMS runtimes and gateway containers. For the API Gateway, this means that you have the following machines available. In this case you need to make sure that the flows are duplicated properly across the containers in Deploy * Containers. By default eMagiz will spread all flows over both gateway containers.
50 50  
51 -* Core 01 --> holds the JMS Server and the 1st messaging process container
52 -* Core 02 --> holds the backup JMS Server and the 2nd messaging process container
53 -* Connnector 01 --> holds the 1st API Gateway container
54 -* Connnector 02 --> holds the 2nd API Gateway container
51 +* Core 01 -> holds the JMS Server and the 1st messaging process container
52 +* Core 02 -> holds the backup JMS Server and the 2nd messaging process container
53 +* Connnector 01 -> holds the 1st API Gateway container
54 +* Connnector 02 -> holds the 2nd API Gateway container
55 55  
56 56  The choice to create a double lane API gateway is to be done where there is a requirement for very high performance around response times and throughput. Please contact eMagiz to discuss such options.
57 57