ltamber commented on code in PR #9468:
URL: https://github.com/apache/rocketmq/pull/9468#discussion_r2153741707


##########
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:
   By using `clientConfig.setMaxPageSizeInGetMetadata`, the caller will be 
allowed to set `maxTopicNum` and `maxGroupNum`.



-- 
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]

Reply via email to