Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the load balancing endpoint is using the Topology data structure to find the member list for a given host-name. This could be improved by introducing an optimized data structure in Load Balancer Context which could directly fetch cluster information by passing the host-name.
Proposal:
LoadBalancerContext:
Map<HostName, Cluster> clusterMap;