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/24 03:27:50 UTC

[GitHub] [rocketmq-client-go] zhangjidi2016 commented on pull request #900: [ISSUE #899]Fix the groupName takes the namespace prefix

zhangjidi2016 commented on PR #900:
URL: https://github.com/apache/rocketmq-client-go/pull/900#issuecomment-1225136665

   > The name of consumer groups may be the same in different namespaces, so IMO it's necessary to keep the namespace.
   
   I don't think so. Firstly, namespace is a resource isolation to prevent topic or group names. For users, the topic or group without namespace is set in the client code, while adding namespace prefix to topic or group is handled in the program. The direct display of namespace prefix may cause confusion to the user. Secondly, other language clients such as Java remove the prefix of the above problems, which should be kept consistent.


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