Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

SpringCloud Feign consumption Eureka service reported an error

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

SpringCloud Feign consumption Eureka Service report com.netflix.client.ClientException: Load balancer does not have available server for client: user

With regard to this mistake, I searched a lot on the Internet, and I threw out the problems I encountered.

I put the call to the external system in a child model of client, using packet scanning.

Feign com.netflix.client.ClientException: Load balancer does not have available server for client: user appears

@ SpringBootApplication (exclude = {DataSourceAutoConfiguration.class}) @ ComponentScan (basePackages = "com.XXX") @ Slf4j@Configuration@EnableScheduling@EnableTransactionManagement@EnableEurekaClient@EnableFeignClients (basePackages = "com.XXX.client")

Then change it to this class scanning mode and run and call OK.

@ SpringBootApplication (exclude = {DataSourceAutoConfiguration.class}) @ ComponentScan (basePackages = "com.XXX") @ Slf4j@Configuration@EnableScheduling@EnableTransactionManagement@EnableEurekaClient@EnableFeignClients (basePackageClasses = {com.XXX.client.base.AccountClient.class, com.XXX.client.base.ExchangeOtcClient.class, com.XXX.client.mkt.MktClient.class})

Why is this happening? I haven't figured it out yet. Write it down first.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report