yx9o opened a new issue, #5776: URL: https://github.com/apache/rocketmq/issues/5776
Hi Community, The latest is learning the proxy module, and found that there are some problems with repeated empty string checks. E.g: org.apache.rocketmq.proxy.grpc.v2.common.GrpcValidator#validateTopic(java.lang.String) org.apache.rocketmq.client.Validators#checkTopic   org.apache.rocketmq.proxy.grpc.v2.common.GrpcValidator#validateConsumerGroup(java.lang.String) org.apache.rocketmq.client.Validators#checkGroup   I think duplicate checks should be removed. -- 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]
