Wiki source code of Deploy Possibilities

Version 40.1 by Bouke Reitsma on 2024/03/29 09:14

Show last authors
1 {{container}}
2 {{container layoutStyle="columns"}}
3 (((
4 eMagiz flows, or more specifically, the flow's inbound component(s), can be grouped. How to configure this is explained [[here>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Grouping and Failover.intermediate-grouping-and-failover-flow-configuration.WebHome||target="blank"]]. This functionality is mainly beneficial when faced with substantial maintenance or outage of systems connected to your eMagiz model.
5
6 Building on this functionality, you can even configure the group to run in an active/passive failover mode when you activate the multiple runtimes option on your runtime, and each separate runtime is deployed on another machine. The failover functionality is not only relevant in cases of server maintenance. It can also assist you when you want to exchange data with a system that allows only one active connection. Should this connection be business-critical, you can use this failover functionality to create a passive failover situation that will take over when the active connection breaks down (regardless of the reason).
7
8 In this microlearning, we will focus on configuring the deployment plan to control various inbound compoments in a normal and in a failover configuration.
9
10 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
11
12 == 1. Prerequisites ==
13
14 * Intermediate knowledge of the eMagiz platform
15
16 == 2. Key concepts ==
17
18 This microlearning describes how to configure (parts of) your deployment plan to set up the grouping and, if needed, the failover functionality. The grouping functionality is relevant when faced with maintenance and outages of systems connected to your model. The failover functionality assists in that case and allows you to have a fallback option on an active connection.
19
20 == 3. Group Deployment Step ==
21
22 To configure a Group deployment step, you need to add a new deployment step and choose Step type "Group". To configure the step more information is required. A container should be chosen for which the inbounds will be stopped. The second requirement is the **exact** name of the group that should be affected by the deployment step. An action should be picked for the selected group. For a "Group" deployment step the options are to start or to stop the inbound components within the groupname. Optionally, a description can be added.
23
24 [[image:Main.Images.Microlearning.WebHome@grouping-and-failover--intermediate-grouping-and-failover-deploy-possibilities-group-deployment-step.png]]
25
26 {{info}}Note that when you activate the stop action in a failover setup (on the leader container), it will activate the failover behaviour on the follower container{{/info}}
27
28 == 4. Failover Deployment Step ==
29
30 The configuration for a failover deployment step is the same as for the group deployment step. The only difference is the action you can activate. The stop group action stops the inbounds of the selected container. It will also disable the failover, so if a follower is configured, it will **not** take over. Instead, from this point, we are running in a standard multi-container setup in which we have single-node leaders (See 4.1).
31
32 [[image:Main.Images.Microlearning.WebHome@grouping-and-failover--intermediate-grouping-and-failover-deploy-disabled-failover.png]]
33
34 The start group step with failover will activate the current container as the leader of the failover setup. Therefore, group names resembling those on other containers will become the followers. If these flows were running, they will be stopped.
35
36 [[image:Main.Images.Microlearning.WebHome@grouping-and-failover--intermediate-grouping-and-failover-deploy-possibilities-failover-deployment-step.png]]
37
38 === 4.1 Failover Status Explained ===
39
40 Within a failover setup, the inbounds can have mulitple states depended on the configured or executed behaviour within the deployment plan. This section explains briefly the meaning on each of the states.
41
42 === 4.1.1 Leader Status ===
43
44 === 4.1.1 Folower Status ===
45
46 === 4.1.1 Disabled Status ===
47
48 === 4.1.1 Leader (single node) Status ===
49
50 == 5. Key takeaways ==
51
52 * Grouping is beneficial when external systems go through maintenance or downtime.
53 * Failover can have the additional benefit of having a fallback scenario while still adhering to the requirement that there can only be one active connection at a time
54 * The role naming in both grouping and failover is crucial. The group name needs to match **exactly** to make it work.
55 * You can control group and failover steps from the deployment plan
56
57 == 6. Suggested Additional Readings ==
58
59 There are no suggested additional readings for this microlearning.)))
60 (((
61 {{toc/}}
62 )))
63 {{/container}}
64 {{/container}}