You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/31 06:07:22 UTC

[GitHub] [rocketmq] lizhiboo commented on pull request #4752: [ISSUE #4749] make topic length , consumer group length configable

lizhiboo commented on PR #4752:
URL: https://github.com/apache/rocketmq/pull/4752#issuecomment-1232502510

   @francisoliverlee following test would not throw exception
   ```java
   AbstractMessingActivityTest.testValidateTopic()
           assertThrows(GrpcProxyException.class, () -> messingActivity.validateTopic(Resource.newBuilder().setName(createString(128)).build()));
   ```
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org