We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dubbo2istio应该只能对nacos中的dubbo服务进行注入到网格的操作以及流量治理,对nacos中的spring-cloud服务无法注入到网格中,不知道spring-cloud服务是否可以通过dubbo2istio类似的方式实现
The text was updated successfully, but these errors were encountered:
spring-cloud 会从注册中心拿服务ip然后远程调用是走的ip,恐怕需要对于sdk改造。
Sorry, something went wrong.
可以的,不过 dubbo2istio 中的服务模型是 dubbo 服务的,如果要对接 spring cloud,需要对代码进行改动,适配 spring cloud 的服务模型。
No branches or pull requests
dubbo2istio应该只能对nacos中的dubbo服务进行注入到网格的操作以及流量治理,对nacos中的spring-cloud服务无法注入到网格中,不知道spring-cloud服务是否可以通过dubbo2istio类似的方式实现
The text was updated successfully, but these errors were encountered: