leizhiyuan opened a new issue, #7672: URL: https://github.com/apache/rocketmq/issues/7672
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary slave sync acl ### Motivation slave sync acl ### Describe the Solution You'd Like slave sync acl ### Describe Alternatives You've Considered slave sync acl ### Additional Context org.apache.rocketmq.broker.slave.SlaveSynchronize#syncAll ``` this.syncTopicConfig(); this.syncConsumerOffset(); this.syncDelayOffset(); this.syncSubscriptionGroupConfig(); this.syncMessageRequestMode(); if (brokerController.getMessageStoreConfig().isTimerWheelEnable()) { this.syncTimerMetrics(); } ``` is there any reason we do not sync acl config? -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org