humkum opened a new issue, #8933: URL: https://github.com/apache/rocketmq/issues/8933
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary DefaultPullConsumer will specify the queue for consumption, and does not need rebalance to obtain queue allocation. We can add a switch to turn off the rebalance of DefaultPullConsumer to save client computing resources and also save unnecessary requests to the broker. # ### Motivation DefaultPullConsumer will specify the queue for consumption, and does not need rebalance to obtain queue allocation. ### Describe the Solution You'd Like Add a switch to turn off the rebalance of DefaultPullConsumer. ### Describe Alternatives You've Considered Stop the rebalance service We can not stop the rebalance service directly because we may have not only one consumer object who using the same clientInstance. ### 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