3424672656 opened a new issue, #8843: URL: https://github.com/apache/rocketmq/issues/8843
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary When a consumer group subscribes to a topic in POP mode, all the topics subscribed to by the consumer group will go to the broker to obtain the rebalance result. Therefore, we expect only the topics in pop mode to go to the broker to obtain the result. Other topics Rebalance locally.  ### Motivation Optimize the Rebalance algorithm in POP consumption mode ### Describe the Solution You'd Like Implement the server to actively notify the client to change the cache  ### Describe Alternatives You've Considered null ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
