-
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
Polish apache/incubator-dubbo/#4096 : To add new module for Dubbo Event #4099
Polish apache/incubator-dubbo/#4096 : To add new module for Dubbo Event #4099
Conversation
…and discovery abstract
Codecov Report
@@ Coverage Diff @@
## cloud-native #4099 +/- ##
=================================================
+ Coverage 62.71% 62.81% +0.1%
- Complexity 545 584 +39
=================================================
Files 762 770 +8
Lines 32752 32882 +130
Branches 5162 5172 +10
=================================================
+ Hits 20539 20656 +117
- Misses 9856 9861 +5
- Partials 2357 2365 +8
Continue to review full report at Codecov.
|
…ation for Zookeeper
dubbo-event/src/main/java/org/apache/dubbo/event/Listenable.java
Outdated
Show resolved
Hide resolved
dubbo-event/src/test/java/org/apache/dubbo/event/EchoEventListener2.java
Show resolved
Hide resolved
dubbo-common/src/main/java/org/apache/dubbo/common/utils/ReflectUtils.java
Show resolved
Hide resolved
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.
#4096