Currently Knox has two HA Dispatches ConfigurableHADispatch and DefaultHADispatch.
There is a lot of code duplication and fixes for KNOX-843 missed ConfigurableHADispatch which results in services such as Ranger and CM unable to use sticky-sessions and load-balancing features.
Going forward we should only have one HA Dispatch to prevent code duplication, code coverage and support custom HA dispatches that extend ConfigurableHADispatch and DefaultHADispatch implementations.
- relates to
-
KNOX-843 Add support for load balancing multiple clients across backend service instances
-
- Resolved
-