ni-ze commented on PR #4752:
URL: https://github.com/apache/rocketmq/pull/4752#issuecomment-1203402182

   ```java
    void setMaxTopicLength(int maxLength);
       int getMaxTopicLength();
   ```
   IMO,  Put those two method into **ClientConfig** will be better. 
MQConsumer,LitePullConsumer and MQConsumerInner contains code about 
send/consume message only.  Set/get config should use ClientConfig.
   
   


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