[ISSUE #8968] Introduce the clearRetryTopicWhenDeleteTopic option to enable precise external deletion of topics#8969
Merged
ltamber merged 3 commits intoapache:developapache/rocketmq:developfrom Nov 27, 2024
Merged
[ISSUE #8968] Introduce the clearRetryTopicWhenDeleteTopic option to enable precise external deletion of topics#8969ltamber merged 3 commits intoapache:developapache/rocketmq:developfrom
ltamber merged 3 commits intoapache:developapache/rocketmq:developfrom
Conversation
…on of topics externally without the need to traverse consumerOffset
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #8969 +/- ##
=============================================
- Coverage 47.70% 47.64% -0.06%
+ Complexity 11782 11762 -20
=============================================
Files 1304 1304
Lines 91188 91199 +11
Branches 11713 11715 +2
=============================================
- Hits 43502 43454 -48
- Misses 42315 42367 +52
- Partials 5371 5378 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
yx9o
approved these changes
Nov 24, 2024
ltamber
reviewed
Nov 25, 2024
ltamber
approved these changes
Nov 26, 2024
RongtongJin
added a commit
that referenced
this pull request
Jul 19, 2025
…enable precise external deletion of topics (#8969) * Add the clearRetryTopicWhenDeleteTopic option to allow precise deletion of topics externally without the need to traverse consumerOffset * Fix check style
ChineseTony
pushed a commit
to ChineseTony/rocketmq
that referenced
this pull request
Aug 8, 2025
…on to enable precise external deletion of topics (apache#8969) * Add the clearRetryTopicWhenDeleteTopic option to allow precise deletion of topics externally without the need to traverse consumerOffset * Fix check style
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.
Which Issue(s) This PR Fixes
Fixes #8968
Brief Description
Introduce the clearRetryTopicWhenDeleteTopic option to enable precise external deletion of topics, eliminating the need to traverse consumerOffsetTable and thereby enhancing performance.
Add the setConsumerOffsetManager interface to simplify external customization.
How Did You Test This Change?