fsckzy opened a new issue #3468:
URL: https://github.com/apache/rocketmq/issues/3468


   Rocketmq 4.9.1 dledger cluster mode, in the console, only the master has a 
Consume Count, and the slave is 0.
   
![image](https://user-images.githubusercontent.com/34021474/140678267-b08a39fc-d9e0-41f0-ba5e-e099259b82d1.png)
   
   
   The configuration file is as follows:
   ```yaml
   brokerClusterName = RaftCluster
   brokerName=RaftNode00
   listenPort=30911
   namesrvAddr=192.168.69.46:9876;192.168.69.47:9876;192.168.69.48:9876
   storePathRootDir=/data/rmqstore/node00
   storePathCommitLog=/data/rmqstore/node00/commitlog
   enableDLegerCommitLog=true
   dLegerGroup=RaftNode00
   
dLegerPeers=n0-192.168.69.46:40911;n1-192.168.69.47:40912;n2-192.168.69.48:40913
   dLegerSelfId=n0
   sendMessageThreadPoolNums=8
   defaultTopicQueueNums=40
   ```


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