mxsm opened a new issue, #6677: URL: https://github.com/apache/rocketmq/issues/6677
### Before Creating the Enhancement Request <!-- Most of issues should be classified as bug or feature request. An issue should be considered as an enhancement when it proposes improvements to existing functionality or user experience, without necessarily introducing new features or fixing existing bugs. --> - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary <!-- A clear and concise description of the enhancement you would like to see in the project. --> Method RebalanceImpl#computePullFromWhere is marked with @Deprecated.RebalanceImpl#computePullFromWhere replace with computePullFromWhereWithException ### Motivation Method RebalanceImpl#computePullFromWhere is marked with @Deprecated <!-- Explain why you believe this enhancement is necessary, and how it benefits the project and community. Include any specific use cases that you have in mind. --> RebalanceImpl#computePullFromWhere replace with computePullFromWhereWithException ### Describe the Solution You'd Like <!-- Describe the enhancement you propose, detailing the change and implementation steps involved. If you have multiple solutions, please list them separately. --> ### Describe Alternatives You've Considered RebalanceImpl#computePullFromWhere replace with computePullFromWhereWithException <!-- List any alternative enhancements or implementations you have considered, and explain why they may not be as effective or appropriate. --> ### Additional Context <!-- Add any relevant context, screenshots, prototypes, or other supplementary information to help illustrate the enhancement. --> -- 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]
