LetLetMe opened a new issue, #7451: URL: https://github.com/apache/rocketmq/issues/7451
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary TopicConfigAndQueueMapping extends from the TopicConfig class but does not override the toString method. This results in situations where they appear equal when printed, but in reality, the equals method returns false. T his can be highly confusing for anyone observing this behavior. ### Motivation Avoid unnecessary misunderstandings ### Describe the Solution You'd Like as mentioned above ### Describe Alternatives You've Considered as mentioned above ### 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]
