Load Balancer Settings
AtScale supports the following settings for configuring load balancers.
load.balancer.keycloak.url
- Default:
http://localhost - Restart: Yes
Layer4 Base url to reach the engine's keycloak server via the customer's load balancer (format <schema>://<hostname>:<port>).
load.balancer.mdx.url
- Default:
http://localhost/engine/xmla - Restart: Yes
Base url to reach the engine's MDX endpoint via the customer's load balancer (format <schema>://<hostname>:<port>).
load.balancer.pgsql.url
- Default:
localhost:15432 - Restart: Yes
Layer4 Base url to reach the engine's Postgres compatible based SQL endpoint via the customer's load balancer (format <schema>://<hostname>:<port>).
load.balancer.sql.url
- Default:
localhost:11111 - Restart: Yes
Layer4 Base url to reach the engine's Thrift based SQL endpoint via the customer's load balancer (format <schema>://<hostname>:<port>).