You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
项目中使用了sleuth,feign调用的时候指定被调用服务的url就会导致请求失败,报错信息:com.netflix.client.ClientException: Load balancer does not have available server for client
Describe the bug
项目中使用了sleuth,feign调用的时候指定被调用服务的url就会导致请求失败,报错信息:com.netflix.client.ClientException: Load balancer does not have available server for client
To Reproduce
@FeignClient(value = "test",url = "http://127.0.0.1:9000/")
Expected behavior
A clear and concise description of what you expected to happen.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: