zhangchaoyanggit opened a new issue, #6220:
URL: https://github.com/apache/incubator-seata/issues/6220

   seata 使用的是1.4.2版本, springboot 2.3.2 ,spring-cloud-alibaba-2.2.6.RELEASE 
springcloud Hoxton.SR9
   
   我业务中为了代码统一,使用了feign 
url的调用方式调用其他集群服务,在seata事务中,启动类去除了SeataFeignClientAutoConfiguration的配置,导致了负载均衡失效,如果我不去除这个类
 通过feign url请求 就会报以下错误:
   com.netflix.client.ClientException: Load balancer does not have available 
server for client: 127.0.0.1
        at 
org.springframework.cloud.openfeign.ribbon.LoadBalancerFeignClient.execute(LoadBalancerFeignClient.java:90)
 ~[spring-cloud-openfeign-core-2.2.6.RELEASE.jar:2.2.6.RELEASE]
   
   @FeignClient(url = "http://127.0.0.1:30905",name = 
BaseConstant.TARGET_THIRD_FEIGN_API + "adsp")//这个是我的feign url 服务
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to