3424672656 commented on PR #8958:
URL: https://github.com/apache/rocketmq/pull/8958#issuecomment-2487811690

   
   
   
   > Why is this deleted? IMO, only the first startup will make a request to 
the server,will not bring more network traffic.
   
   Normally, if rebalance=false is enabled, all topics will be rebalanced on 
the server as they are added to the topicBrokerRebalance collection, but when a 
network issue occurs, Some topics will be added topicClientRebalance, and this 
part of the client will be rebalanced in PULL.
   
   Since it should be carried out on the server side, there is no need for this 
network communication, which not only brings overhead but also causes cache 
errors. It is better to remove this part


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to