Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The top of the list of URLs is used to route all of a service’s REST calls until a connection error occurs (Default).
  • Round robin all the requests, distributing the load evenly across all the HA url’s (enableLoadBalancing)
  • Round robin with sticky session, requires cookies, requires enableLoadBalancing enabled. Here, only new sessions will round robin ensuring sticky sessions. In case of failure next configured HA url is picked up to dispatch the request which might cause loss of session depending on the backend implementation (enableStickySession).
  • Round robin with sticky session and no fallback, depends on enableStickySession and enableLoadBalancing to be true. Here, new sessions will round robin ensuring sticky sessions. In case of failure, Knox returns http status code 502. By default noFallback is turned off (noFallback).


Load-balancing

...

Behavior Matrix

The following table list what the expected output should be based on the config flags discussed above.

...