@ -100,6 +100,12 @@ public class RoundRobinLoadBalancer implements ReactorServiceInstanceLoadBalance
@@ -100,6 +100,12 @@ public class RoundRobinLoadBalancer implements ReactorServiceInstanceLoadBalance
returnnewEmptyResponse();
}
// Do not move position when there is only 1 instance, especially some suppliers
// have already filtered instances
if(instances.size()==1){
returnnewDefaultResponse(instances.get(0));
}
// Ignore the sign bit, this allows pos to loop sequentially from 0 to