Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目中使用了sleuth,在feign调用的时候指定被调用服务的url就会导致请求失败 #1051

Closed
T13489145349 opened this issue Jul 7, 2023 · 1 comment · Fixed by #1096, #1119, #1120 or #1121
Labels
bug Something isn't working
Milestone

Comments

@T13489145349
Copy link

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

  • Version: 1.11.7-Hoxton.SR12

Additional context
Add any other context about the problem here.

@T13489145349 T13489145349 added the bug Something isn't working label Jul 7, 2023
@SkyeBeFreeman SkyeBeFreeman added this to the 1.12.0 milestone Jul 10, 2023
@SkyeBeFreeman
Copy link
Collaborator

经排查,系sleuth的TraceFeignClient系列与SCT的EnhancedFeignClient冲突,在下个版本解决这个问题。感谢反馈~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment