maixiaohai opened a new issue #2245: URL: https://github.com/apache/rocketmq/issues/2245
**BUG REPORT** 1. Please describe the issue you observed: The PullAPIWrapper use recalculatePullFromWhichNode method to decide which node the consumer pull from. I found the related configs **defaultBrokerId** and **connectBrokerByUser** can't be set from **DefaultLitePullConsumer**. While in the deprecated class DefaultMQPullConsumer, I could use ```pullConsumer.getDefaultMQPullConsumerImpl().getPullAPIWrapper().setConnectBrokerByUser(true)```. 2. Please tell us about your environment: rmq version 4.7.0 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): ---------------------------------------------------------------- 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]
