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?
   
![image](https://user-images.githubusercontent.com/5530411/114261082-3934a000-9a0b-11eb-96ac-0d3cf949fd82.png)
   
   


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


Reply via email to