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/02/22 14:37:38 UTC

[GitHub] [rocketmq] HScarb commented on issue #3867: What is the naming convention for produceGroupName?

HScarb commented on issue #3867:
URL: https://github.com/apache/rocketmq/issues/3867#issuecomment-1047861995


   ```
   [192.168.1.1:9889-abcd] contains illegal characters, allowing only ^[%|a-zA-Z0-9_-]+$
   ```
   `:` is illegal
   
   The validate logic is in `DefaultMQProducerImpl#checkConfig()`
   
   https://github.com/apache/rocketmq/blob/develop/common/src/main/java/org/apache/rocketmq/common/topic/TopicValidator.java#L62-L82


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