-
Notifications
You must be signed in to change notification settings - Fork 929
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
fix cannot call go provider service when used by java dubbo 2.7.7 version #815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it the same to this PR?
看了一下不一样,这个是优化了一上注册到注册中心的url 注册时去掉值为空的参数。 |
其实 773 的真正含义是从 url 里把为空的参数都去掉,所以他复制了 url 过来,然后改了一波,先修复问题吧。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you help to add a ut for this fix?
fix cannot call go provider service when used by java dubbo 2.7.7 version # Conflicts: # registry/base_registry.go
fix cannot call go provider service when used by java dubbo 2.7.7 version
fix cannot call go provider service when used by java dubbo 2.7.7 version # Conflicts: # registry/base_registry.go
What this PR does:
remove empty provider registry param key
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: