January 2019
Intermediate to advanced
754 pages
18h 13m
English
Load balancing plays an important role in optimal performance of any distributed system. This pattern optimizes the action of load balancing by considering the proximity of the Microservice deployment and the turnaround time from previous requests along with other parameters such as current load, health of the instance, and so on. This will enable the system to route a request from a consumer to the nearest performant Microservice instance.
Latency optimized load balancing is also effective in hybrid deployments of Microservices across public and private clouds:

Microsoft Azure Traffic Manager ...
Read now
Unlock full access