rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[ISSUE #8568]feat: support get message request mode for topic and corresponding consumerGroup

Open humkum opened this issue 1 year ago • 4 comments
trafficstars

Which Issue(s) This PR Fixes

Fixes #8568

Brief Description

Add a new admin interface to get message request mode for topic and corresponding consumerGroup.

humkum avatar Aug 21 '24 11:08 humkum

Add licenses to run down the pipeline

3424672656 avatar Aug 26 '24 11:08 3424672656

Add licenses to run down the pipeline

done~

humkum avatar Aug 27 '24 13:08 humkum

Resolve the conflict

3424672656 avatar Aug 27 '24 13:08 3424672656

Codecov Report

Attention: Patch coverage is 5.55556% with 34 lines in your changes missing coverage. Please review.

Project coverage is 47.38%. Comparing base (5496807) to head (2302899).

Files with missing lines Patch % Lines
...ocketmq/broker/processor/AdminBrokerProcessor.java 0.00% 14 Missing :warning:
...g/protocol/header/GetMessageRequestModeHeader.java 0.00% 13 Missing :warning:
...g/apache/rocketmq/client/impl/MQClientAPIImpl.java 0.00% 7 Missing :warning:
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8569      +/-   ##
=============================================
- Coverage      47.42%   47.38%   -0.05%     
+ Complexity     11514    11510       -4     
=============================================
  Files           1277     1278       +1     
  Lines          89438    89474      +36     
  Branches       11502    11505       +3     
=============================================
- Hits           42415    42396      -19     
- Misses         41812    41873      +61     
+ Partials        5211     5205       -6     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Aug 28 '24 02:08 codecov-commenter