-
Notifications
You must be signed in to change notification settings - Fork 288
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
使用Nacos作注册中心时,必须填Version才能调用成功 #135
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用Nacos作为注册中心时,如果Provider没有加服务版本,则使用该工具无法调用dubbo接口
因为DubboSample不填version时,在Nacos上创建的消费者为:
comsumer:com.xxx.xxxService::DEV
但Nacos上的提供者服务实际为:
provider:com.xxx.xxxService:DEV
导致提供者不加version,使用工具无法调用
The text was updated successfully, but these errors were encountered: