Skip to content
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

[ISSUE #9152] Broker getConsumeStats supports inputting multiple topics #9153

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

qianye1001
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #9152

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 43.58974% with 22 lines in your changes missing coverage. Please review.

Project coverage is 47.98%. Comparing base (a275510) to head (61ef8fa).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
.../protocol/header/GetConsumeStatsRequestHeader.java 0.00% 12 Missing ⚠️
...ocketmq/broker/processor/AdminBrokerProcessor.java 65.21% 5 Missing and 3 partials ⚠️
...g/apache/rocketmq/client/impl/MQClientAPIImpl.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #9153   +/-   ##
==========================================
  Coverage      47.98%   47.98%           
+ Complexity     12072    12057   -15     
==========================================
  Files           1321     1321           
  Lines          93024    93049   +25     
  Branches       11926    11927    +1     
==========================================
+ Hits           44638    44650   +12     
+ Misses         42880    42855   -25     
- Partials        5506     5544   +38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Koado Koado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Supports multiple topics as input when send getConsumeStats request at the same time
4 participants