-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
Enhancement MQClientInstance #7402 #7405
Conversation
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop #7405 +/- ##
=============================================
+ Coverage 42.62% 42.66% +0.04%
- Complexity 9462 9475 +13
=============================================
Files 1150 1150
Lines 82750 82758 +8
Branches 10779 10781 +2
=============================================
+ Hits 35269 35311 +42
+ Misses 43053 43025 -28
+ Partials 4428 4422 -6
... and 25 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. |
This PR was closed because it has been inactive for 3 days since being marked as stale. |
Which Issue(s) This PR Fixes
Fixes #7402
Brief Description
How Did You Test This Change?
通过判断consumerTable的数量判断是否有消费者存在
Determine whether there are consumers by judging the number of consumerTables