I have a question regarding to client-side load balancing with Spring-Cloud Netflix.
When load balancing is enabled, Ribbon will choose a server to be called. The choosing rule depends on IRule implementation which is chosen.
What is the difference between following implementations:
AvailabilityFilteringRuleBestAvailableRuleClientConfigEnabledRoundRobinRuleRoundRobinRuleWeightedResponseTimeRuleZoneAvoidanceRule
Thanks a lot