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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
