Skip to content

Commit

Permalink
Merge pull request #4044 from zowe/janan07/fix-intro-to-config-routin…
Browse files Browse the repository at this point in the history
…g-in-multi-tenancy-routing

fix intro to config routing in multi-tenant env
  • Loading branch information
janan07 authored Dec 23, 2024
2 parents d3ea8dc + 8f075bf commit 1752df4
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Configuring routing in a multi-tenant environment

In addition to the domain-specific Discovery Service, which is typically in the same LPAR, in a multi-sysplex environment, where the API Gateway in APIML in one domain lets say "Domain APIML 2", may also need to register with the Discovery Service in API ML in domain any lets say "Domain APIML 1", which gathers information about all installed API Gateways
in isolated sysplex environments. Data from the Discovery Service in the API ML "Domain APIML 1" can then be used by the Gateway in the APIML "Domain APIML 2" for routing to individual API Gateways.
In a multi-sysplex environment, both the domain-specific Discovery Service as well as one or more additional Discovery services may require registration with the Discovery Service in the domain which gathers information about all installed API Gateways in isolated sysplex environments.

The domain-specific Discovery Service is typically in the same LPAR in a multi-sysplex environment. However, the API Gateway in API ML in one domain (for example in Domain API ML 2) may also need to register with the API ML Discovery Service in a separate domain (for example in Domain API ML 1), which gathers information about all installed API Gateways in isolated sysplex environments. After registration, data from the Discovery Service in Domain API ML 1 can be used by the Gateway in Domain API ML 2 for routing to individual API Gateways.


Follow these steps to register with additional Discovery Services:

Expand Down Expand Up @@ -34,3 +36,5 @@ Follow these steps to register with additional Discovery Services:
```

4. Restart Zowe.

You completed the procedure to register with additional Discovery Services.

0 comments on commit 1752df4

Please sign in to comment.