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 #8618] Supports getting consumer group information for all pop patterns on the broker #8619

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

Conversation

3424672656
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #8618

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 47.38%. Comparing base (1e0b08f) to head (0b610f2).

Files with missing lines Patch % Lines
...g/apache/rocketmq/client/impl/MQClientAPIImpl.java 0.00% 6 Missing ⚠️
...apache/rocketmq/tools/admin/DefaultMQAdminExt.java 0.00% 1 Missing ⚠️
...he/rocketmq/tools/admin/DefaultMQAdminExtImpl.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8619      +/-   ##
=============================================
- Coverage      47.45%   47.38%   -0.08%     
+ Complexity     11617    11603      -14     
=============================================
  Files           1284     1284              
  Lines          90025    90033       +8     
  Branches       11585    11587       +2     
=============================================
- Hits           42724    42664      -60     
- Misses         42065    42120      +55     
- Partials        5236     5249      +13     

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

public MessageRequestModeSerializeWrapper getAllMessageRequestMode(final String brokerAddr) throws MQBrokerException,
RemotingConnectException, RemotingSendRequestException, RemotingTimeoutException, InterruptedException {
RemotingCommand request = RemotingCommand.createRequestCommand(RequestCode.GET_ALL_MESSAGE_REQUEST_MODE, null);
RemotingCommand response = this.remotingClient.invokeSync(brokerAddr, request, 3000);
Copy link
Member

Choose a reason for hiding this comment

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

may timeout when execute get all

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The local test does not time out, I can increase the timeout parameter if necessary

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 getting consumer group information for all pop patterns on the broker
3 participants