[ISSUE #9249] When delivery fails, there is an incorrect start offset in the delivery settings#9252
Merged
lizhimins merged 1 commit intoapache:developfrom Mar 17, 2025
Merged
Conversation
…Offset to currOffset when delivery fails, otherwise the currOffset message is lost.
3 tasks
yuz10
approved these changes
Mar 17, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9252 +/- ##
=============================================
- Coverage 48.08% 48.04% -0.05%
+ Complexity 12110 12094 -16
=============================================
Files 1322 1322
Lines 93115 93115
Branches 11938 11938
=============================================
- Hits 44777 44739 -38
- Misses 42800 42834 +34
- Partials 5538 5542 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RongtongJin
approved these changes
Mar 17, 2025
lizhimins
approved these changes
Mar 17, 2025
Contributor
Author
|
代码已经合了,原来的issue#9249,我需要去关闭吗 @yuz10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
5.3.2版本,延迟消息,投递失败,投递设置的开始offset有误。
具体issues地址:#9249