[ISSUE #9288] Support the disablement of producer registration and fast channel shutdown#9293
Merged
lizhimins merged 4 commits intoapache:developfrom Apr 11, 2025
Merged
Conversation
support reject producer when not transaction producer
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9293 +/- ##
=============================================
- Coverage 48.02% 47.96% -0.06%
- Complexity 12114 12117 +3
=============================================
Files 1322 1323 +1
Lines 93250 93375 +125
Branches 11958 11994 +36
=============================================
+ Hits 44785 44790 +5
- Misses 42922 43025 +103
- Partials 5543 5560 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lizhimins
reviewed
Apr 10, 2025
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java
Outdated
Show resolved
Hide resolved
lizhimins
approved these changes
Apr 11, 2025
3424672656
pushed a commit
to 3424672656/rocketmq
that referenced
this pull request
May 12, 2025
…and fast channel shutdown (apache#9293)
RongtongJin
pushed a commit
that referenced
this pull request
Jul 19, 2025
…st channel shutdown (#9293)
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.
support reject producer when not transaction producer
Which Issue(s) This PR Fixes
Fixes #9288
Brief Description
How Did You Test This Change?