rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[ISSUE #8584] fix missing brokerName in sendMessageBack request

Open yuz10 opened this issue 1 year ago • 1 comments

Which Issue(s) This PR Fixes

Fixes #8584

Brief Description

How Did You Test This Change?

yuz10 avatar Aug 27 '24 09:08 yuz10

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 47.19%. Comparing base (a1ea1eb) to head (60d7fc3).

Files Patch % Lines
...ocketmq/client/consumer/DefaultMQPullConsumer.java 0.00% 1 Missing :warning:
...ocketmq/client/consumer/DefaultMQPushConsumer.java 0.00% 1 Missing :warning:
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8585      +/-   ##
=============================================
- Coverage      47.27%   47.19%   -0.08%     
+ Complexity     11467    11450      -17     
=============================================
  Files           1277     1277              
  Lines          89342    89342              
  Branches       11480    11480              
=============================================
- Hits           42234    42168      -66     
- Misses         41918    41970      +52     
- Partials        5190     5204      +14     

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

codecov-commenter avatar Aug 27 '24 10:08 codecov-commenter