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/19 14:26:09 UTC

[GitHub] [rocketmq] PEIYANGXINQU opened a new issue #3867: What is the naming convention for produceGroupName?

PEIYANGXINQU opened a new issue #3867:
URL: https://github.com/apache/rocketmq/issues/3867


   If I set the produceGroupName like '192.168.1.1:9889-abcd',It will cause the :**MQClientException   The producer service state not OK, START_FAILED**. If I only set the produceGroupName like uuid,it is ok.So I curious about the naming convention for   produceGroupName.


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



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

Posted by GitBox <gi...@apache.org>.
PEIYANGXINQU commented on issue #3867:
URL: https://github.com/apache/rocketmq/issues/3867#issuecomment-1047862369


   收到,谢谢!


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



[GitHub] [rocketmq] duhenglucky closed issue #3867: What is the naming convention for produceGroupName?

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3867:
URL: https://github.com/apache/rocketmq/issues/3867


   


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



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

Posted by GitBox <gi...@apache.org>.
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