[ISSUE #10297] Set brokerName for messages returned by proxy local POP path#10298
Merged
Conversation
Contributor
yx9o
commented
May 9, 2026
- Fixes [Enhancement] Set brokerName for messages returned by proxy local POP path #10297 .
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10298 +/- ##
=============================================
- Coverage 49.01% 48.88% -0.13%
+ Complexity 13480 13440 -40
=============================================
Files 1375 1375
Lines 100452 100452
Branches 12973 12973
=============================================
- Hits 49238 49109 -129
- Misses 45222 45329 +107
- Partials 5992 6014 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
qianye1001
pushed a commit
to qianye1001/rocketmq
that referenced
this pull request
May 11, 2026
Introduce Server Name Indication (SNI) support to allow RocketMQ Proxy to serve multiple TLS domains with independent certificates on the same port. Key changes: - New TlsDomainConfig POJO for per-domain cert/key configuration - New TlsSniManager for wildcard-aware SslContext management - Extended TlsCertificateManager for multi-domain file watching - ProxyAndTlsProtocolNegotiator uses SniHandler for SNI-aware TLS - NettyRemotingServer TlsModeHandler uses TlsContextProvider bridge - TlsContextProvider in remoting module for SNI context lookup - Backward compatible: single cert behavior unchanged when no tlsDomainConfigs is configured Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
yuz10
approved these changes
May 13, 2026
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.