VAEAZE opened a new issue #2794: URL: https://github.com/apache/rocketmq/issues/2794
I have more than five hundred topic in one cluster with six nodes, I create the topic like this : > ./mqadmin updateTopic -c MyCluster -n 192.168.1.100:9876 -r 16 -w 16 -t topic1; > ./mqadmin updateTopic -c MyCluster -n 192.168.1.100:9876 -r 16 -w 16 -t topic2; ... > ./mqadmin updateTopic -c MyCluster -n 192.168.1.100:9876 -r 16 -w 16 -t topic500; I can send the message without delay ,but I find sometime that the client can not consume the message because the broker do not have consume client.How to fix this bug?  -- 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. For queries about this service, please contact Infrastructure at: [email protected]
