yao-wenbin opened a new issue, #7036: URL: https://github.com/apache/rocketmq/issues/7036
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary the method in TopicPublishInfo to **get Broker's writeQueueNum** named getWriteQueue**Num**ByBroker will be better to read and understand, instead of getWriteQueue**Id**ByBroker. <img width="769" alt="image" src="https://github.com/apache/rocketmq/assets/67348866/821ed397-86d8-4e11-a161-2625807bfa22"> <img width="1053" alt="image" src="https://github.com/apache/rocketmq/assets/67348866/807c7736-5aee-428e-bdda-cb263b179b61"> ### Motivation to be better understood and readable. ### Describe the Solution You'd Like rename the method getWriteQueueIdByBroker to getWriteQueueNumByBroker. ### Describe Alternatives You've Considered it will by easy to misunderstand, if keep the name getWriteQueueIdByBroker. ### 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]
