3424672656 opened a new issue, #8957:
URL: https://github.com/apache/rocketmq/issues/8957

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   Set clientRebalance = false to POP consumption, which means that all topics 
need to be rebalanced by the broker, so there is no need to obtain a 
consumption pattern for each topic, which will cause some repeated consumption 
problems
   
   ### Motivation
   
   #8686
   
   ### Describe the Solution You'd Like
   
   When setting ClientRebalance, go directly to the broker to get the result 
without network communication
   
   ### Describe Alternatives You've Considered
   
   Save money while avoiding cache inconsistencies caused by issues such as 
broker downtime
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org

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

Reply via email to