You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/14 17:53:43 UTC

[GitHub] [pulsar-client-cpp] merlimat opened a new pull request, #52: Fixed validation of cluster/namespace names containing legal non-alpha characters

merlimat opened a new pull request, #52:
URL: https://github.com/apache/pulsar-client-cpp/pull/52

   ### Motivation
   
   C++ client is not allowing some characters like `:` in the cluster or namespace names. This is not consistent with Java client and the broker validations which allow such character. 
   
   We must use the same exact logic of validation for topic names as in https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/naming/NamedEntity.java 
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-client-cpp] merlimat merged pull request #52: Fixed validation of cluster/namespace names containing legal non-alpha characters

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #52:
URL: https://github.com/apache/pulsar-client-cpp/pull/52


-- 
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: commits-unsubscribe@pulsar.apache.org

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