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

   broker config of master:
   ```
   brokerClusterName = littleCat
   brokerName = broker-a
   brokerId = 0
   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 = ASYNC_MASTER
   flushDiskType = ASYNC_FLUSH
   useEpollNativeSelector=true
   autoCreateTopicEnable=false
   autoCreateSubscriptionGroup=false
   rocketmqHome=/neworiental/rocketmq-5.1.0/broker-a
   
storePathConsumerQueue=/neworiental/rocketmq-5.1.0/broker-a/store/consumequeue
   brokerIP2=172.24.30.192
   brokerIP1=172.24.30.192
   aclEnable=false
   storePathRootDir=/neworiental/rocketmq-5.1.0/broker-a/store
   storePathCommitLog=/neworiental/rocketmq-5.1.0/broker-a/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