RongtongJin commented on code in PR #9468: URL: https://github.com/apache/rocketmq/pull/9468#discussion_r2153492411
########## client/src/main/java/org/apache/rocketmq/client/ClientConfig.java: ########## @@ -111,6 +111,8 @@ public class ClientConfig { */ protected String traceTopic; + protected int maxPageSizeInGetMetadata = 2000; Review Comment: It may not be necessary to add this parameter to clientConfig; perhaps it would be better to allow the caller to set it based on their specific needs. -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org