mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-24 04:09:00 +00:00
By default, `LoadBalancerBuilder` built a load-balancer with a `PollingServerListUpdater`. This change introduces a `ServerListUpdater` bean which creates a `PollingServerListUpdater(IClientConfig)` so that `ribbon.ServerListRefreshInterval` is respected. fixes gh-1304