RongtongJin opened a new pull request, #10642: URL: https://github.com/apache/rocketmq/pull/10642
## Summary - deprecate the legacy Broker DLedger commit log and its `MessageStoreConfig` accessors - log a startup warning when `enableDLegerCommitLog=true` - preserve existing Broker DLedger behavior and leave the DLedger-backed Controller implementation unchanged ## Motivation Controller mode is the recommended automatic failover path for new deployments. Existing Broker DLedger deployments remain compatible; this change only adds API annotations and an opt-in startup warning. Closes #10641 ## Test Plan - [x] `mvn -pl broker,store -am -DskipITs -Dtest=BrokerStartupTest,DLedgerDeprecationTest -Dsurefire.failIfNoSpecifiedTests=false test` - [x] 5 focused tests passed across 10 reactor modules - [x] Checkstyle reported 0 violations - [x] SpotBugs reported 0 findings -- 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]
