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

2021.0.5.0版本使用openfeign根据服务名访问,找不到服务实例,请问应该使用哪个版本的ribbon和feign? #3282

Closed
kingsley1215 opened this issue Apr 23, 2023 · 6 comments
Labels

Comments

@kingsley1215
Copy link

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。另外请按照如下要求提交相关信息节省社区维护同学的理解成本,否则该讨论极有可能直接被忽视或关闭。
We recommend using English. If you are non-native English speaker, you can use the translation software. We recommend using English. If you are non-native English speaker, you can use the translation software. In addition, please submit relevant information according to the following requirements to save the understanding cost of community maintenances, otherwise the discussion is very likely to be ignored or closed directly.

Which Component
eg. Nacos Discovery, Sentinel

Describe the bug
A clear and concise description of what the bug is.

Simplest demo
The URL of the simplest demo to reproduce the problem.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
e.g. MacOS 、Java8 、 Version 0.2.1.RELEASE

@icodening
Copy link

应该使用spring-cloud-loadbalancer

@steverao
Copy link
Collaborator

steverao commented Apr 24, 2023

Please check whether you add following dependency in Consumer application:

<dependency>
	<groupId>org.springframework.cloud</groupId>
	<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>

Relevant reason you can refer to #3115

@Pengfei-Lu
Copy link
Contributor

Please add the important usage instructions on Nacos document for better referrence.

@yuluo-yx
Copy link
Collaborator

yuluo-yx commented Jun 8, 2023

请在 Nacos 文档中添加重要的使用说明,以便更好地参考。

good idea, I will improve the nacos documentation!

@github-actions
Copy link

github-actions bot commented Jul 9, 2023

This issue has been open 30 days with no activity. This will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 9, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants