1782935682 opened a new pull request, #9878: URL: https://github.com/apache/rocketmq/pull/9878
feat(proxy): add switch to disable automatic namespace stripping When a topic is named in the format `Namespace%Topic` (e.g., `111%222`), the Proxy previously truncated it to just `222`. This caused message send/receive errors and ACL authentication failures due to resource name mismatches. This commit introduces a configuration option to disable this automatic namespace parsing, allowing topics to retain their full name structure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
