- Notifications
You must be signed in to change notification settings - Fork12k
[ISSUE 9685]add PROPERTY_RETRY_TOPIC in pop retry message#9686
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedSep 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## develop #9686 +/- ##=============================================- Coverage 48.17% 48.10% -0.07%- Complexity 12091 12103 +12============================================= Files 1313 1313 Lines 92839 92979 +140 Branches 11868 11875 +7 =============================================+ Hits 44721 44729 +8- Misses 42613 42725 +112- Partials 5505 5525 +20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| msgInner.setStoreHost(brokerController.getStoreHost()); | ||
| msgInner.setReconsumeTimes(messageExt.getReconsumeTimes() +1); | ||
| msgInner.getProperties().putAll(messageExt.getProperties()); | ||
| if (null ==messageExt.getProperties().get(MessageConst.PROPERTY_RETRY_TOPIC)) { |
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.
containsKey
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.
改了
Which Issue(s) This PR Fixes
Fixes#9685
Brief Description
How Did You Test This Change?