Ziy1-Tan opened a new issue, #7326: URL: https://github.com/apache/rocketmq/issues/7326
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary The metadata registration fails When the number of topics registered at a time >= 7w. ### Motivation Metadata registration fails when the number of topics is too large, because the serialized size exceeds the decoded size of NettyServer. ### Describe the Solution You'd Like Split a single registration into multiple registrations to reduce the number of topics for each registration ### Describe Alternatives You've Considered When registering multiple times, it is necessary to regularly re-register failed registration. ### 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]
