zhurunhua commented on issue #6435:
URL: https://github.com/apache/rocketmq/issues/6435#issuecomment-1479052833

   broker config of slave:
   ```
   brokerClusterName = littleCat
   brokerName = broker-a
   brokerId = 1
   listenPort = 13210
   namesrvAddr=172.24.30.192:19876;172.24.30.193:19876;172.24.30.194:19876
   # controller
   enableControllerMode = true
   controllerAddr = 172.24.30.192:19878;172.24.30.193:19878;172.24.30.194:19878
   deleteWhen = 04
   fileReservedTime = 48
   brokerRole = SLAVE
   flushDiskType = ASYNC_FLUSH
   autoCreateTopicEnable = false
   autoCreateSubscriptionGroup = false
   maxTransferBytesOnMessageInDisk = 65536
   rocketmqHome=/neworiental/rocketmq-5.1.0/broker-a-s1
   
storePathConsumerQueue=/neworiental/rocketmq-5.1.0/broker-a-s1/store/consumequeue
   brokerIP2=172.24.30.193
   brokerIP1=172.24.30.193
   aclEnable=false
   storePathRootDir=/neworiental/rocketmq-5.1.0/broker-a-s1/store
   storePathCommitLog=/neworiental/rocketmq-5.1.0/broker-a-s1/store/commitlog
   # 3600*24*30
   timerMaxDelaySec=2592000
   traceTopicEnable=true
   timerPrecisionMs=1000
   timerEnableDisruptor=true
   ```


-- 
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]

Reply via email to