how to filter servers list in WeightedResponseTimeRule
dingguangbiao opened this issue · 0 comments
dingguangbiao commented
how to filter servers list in WeightedResponseTimeRule?
WeightedResponseTimeRule use com.netflix.loadbalancer.ILoadBalancer#getAllServers() to get all servers,base all services to choose server,but before this, i want to filter servers list by some custom rules,what can i do?