csuyinwei opened a new issue #2346:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2346


   spring-boot-starter-servicecomb:1.3.0
   spring-cloud-starter-huawei-router:1.3.8-Greenwich
   spring-cloud-starter-gateway:2.2.4.RELEASE
   
   
使用默认的Ribbon负载均衡实现,正常转发请求,发现LoadBalancerClientFilter官方已经废弃,切换到ReactiveLoadBalancerClientFilter实现,默认轮询策略是实现,报错:No
 servers available for service:XXX
   
   官方提供的配置开关:
   
![image](https://user-images.githubusercontent.com/14899491/113798482-d7173900-9785-11eb-9c7b-7def867b6b93.png)
   
   Ribbon在spring-cloud-gateway中已经被废弃
   
![image](https://user-images.githubusercontent.com/14899491/113798266-70921b00-9785-11eb-97a6-ea734a8d3798.png)
   
   默认RoundRobinLoadBalancer实现类,获取存活实例为空
   
![image](https://user-images.githubusercontent.com/14899491/113798407-b51db680-9785-11eb-871c-93b5869c5901.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to