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 官方提供的配置开关:  Ribbon在spring-cloud-gateway中已经被废弃  默认RoundRobinLoadBalancer实现类,获取存活实例为空  -- 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]
