错误描述

com.netflix.client.ClientException: Load balancer does not have available server for client: xxx

解决方案:

在消费者模块的yml文件添加

ribbon:
  eureka: 
    enabled: false

test-producer:  #服务生产者的serviceId,即spring.application.name
  ribbon:
    listOfServers: http://localhost:3000   #服务生产者的地址,不是服务注册中心的地址

 

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐