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

From version 5.1
edited by Erik Bakker
on 2022/10/03 11:27
Change comment: There is no comment for this version
To version 2.1
edited by Erik Bakker
on 2022/06/13 08:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,11 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 2  This microlearning will focus on some considerations for putting the eMagiz runtime at the right location in the architecture.
3 3  
4 -Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
4 +Should you have any questions, please contact academy@emagiz.com.
5 5  
6 +* Last update: October 20th, 2021
7 +* Required reading time: 10 minutes
8 +
6 6  == 1. Prerequisites ==
7 7  * Intermediate knowledge of the eMagiz platform
8 8  * Good working experience in the Design and Deploy Architecture phase.
... ... @@ -10,6 +10,8 @@
10 10  == 2. Key concepts ==
11 11  In the various microlearnings until the intermediate level, we have explained the [[eMagiz runtime>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-install-local-connector.WebHome||target="blank"]] itself . In short, it is the process that can make the flow components operational and execute the designated tasks of that flow. Please refer to these microlearnings for further information
12 12  
16 +
17 +
13 13  == 3. Specific eMagiz runtime considerations ==
14 14  
15 15  === 3.1 Messaging pattern runtimes ===
... ... @@ -18,18 +18,21 @@
18 18  
19 19  1. Sender or Receiver system is located in a public or private Cloud
20 20   * Put the Runtime on a Cloud Connector machine and ensure to use the connectivity options provided in eMagiz
21 -
26 +
22 22  2. Sender or Receiver system is located in a DMZ section of the client infrastructure
23 23   * Put the runtime inside the same DMZ zone to keep the runtime as close to the system as possible
24 24   * Ensure the management of the runtime is something workable for the client. Consider the updates that may occur as well as the fact that the runtime can no longer be managed by the eMagiz Portal
25 -
30 +
26 26  === 3.2 API Gateway pattern runtimes ===
27 27  
28 28  For these runtime the first choice is put all the Gateway Entry Flow and the Exit gates on the Cloud Connector machine. This way, the number of runtimes are kept to a minimum and there is full control over these runtime. In the exceptional case where the exit gate needs to connect to a system that is not accessible via the client firewalls, you can opt to put these exit gates only on a runtime that can be deployed on*premises. Please refer to the [microlearning around running part of the solution locally](advanced*api*management*running*part*of*your*api*gateway*solution*on*premise)
29 29  
30 30  === 3.3 Event Streaming pattern runtimes ===
31 -In the case where Event processors are used in the Event Streaming solution designed, eMagiz provides a event streaming container (runtime). This runtime can only run in a Cloud-based machine, and only in the core machines of eMagiz. The key reason is that these Event Processors need to connect to the topics that are only available in the eMagiz Cloud and not accessible from outside the eMagiz VPC. Any runtime that is consuming or producing data with these topics needs to have the capability to access such topics.
36 +In the case where Event processors are used in the Event Streaming solution designed, eMagiz provides a event streaming container (runtime). This runtime can only run in a Cloud-based machine, and only in the core machines of eMagiz. The key reason is that these Event Processors need to connect to the topics that are only available in the eMagiz Cloud and not accessible from outside the eMagiz VPC. Any runtime that is consuming or producing data with these topics needs to have the capability to access such topics.
32 32  
38 +
39 +
40 +
33 33  == 4. Assignment ==
34 34  
35 35  There is no specific assignment as this is more theoretical microlearning.
... ... @@ -37,6 +37,8 @@
37 37  == 5. Key takeaways ==
38 38  Take into account the key considerations for each case to ensure the runtime is placed on the right location.
39 39  
48 +
49 +
40 40  == 6. Suggested Additional Readings ==
41 41  
42 42  There are no suggested additional readings on this topic