RongtongJin opened a new pull request, #11206: URL: https://github.com/apache/rocketmq/pull/11206
## Summary - Reject client sends to the internal wheel timer topic. - Reject client-supplied timer deletion markers at the broker send boundary. - Reject delayed batch sends, which could otherwise retain untrusted per-message timer properties during batch encoding. - Reuse one timer topic constant across common and store modules. ## Tests `mvn -q -pl broker -am -Dtest=TopicValidatorTest,SendMessageProcessorTest,ReplyMessageProcessorTest,RecallMessageProcessorTest,TimerMessageStoreTest -Dsurefire.failIfNoSpecifiedTests=false test` 51 tests run, 0 failures, 0 errors, 1 skipped. -- 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]
