-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
compatible Switch to interface level service discovery when the registry does not support service introspection architecture #7506
Conversation
…y when the registry does not support service introspection architecture
...src/main/java/org/apache/dubbo/registry/integration/InterfaceCompatibleRegistryProtocol.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/apache/dubbo/registry/integration/InterfaceCompatibleRegistryProtocol.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #7506 +/- ##
============================================
- Coverage 59.33% 59.24% -0.09%
- Complexity 501 502 +1
============================================
Files 1079 1076 -3
Lines 43331 43370 +39
Branches 6318 6329 +11
============================================
- Hits 25709 25696 -13
- Misses 14785 14839 +54
+ Partials 2837 2835 -2 Continue to review full report at Codecov.
|
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.
LGTM.
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.
LGTM.
What is the purpose of the change
compatible Switch to interface level service discovery when the registry does not support service introspection architecture
see more detail from #7505
Brief changelog
Verifying this change
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.