alpreu opened a new issue, #23614:
URL: https://github.com/apache/pulsar/issues/23614

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   Currently, for resources like tenants, namespaces, topics the Pulsar broker 
will do some validation on the naming to ensure a certain format: 
https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/naming/NamedEntity.java
   
   For subscription names however, there is no validation at all, possibly 
causing issues in downstream systems.
   
   ### Solution
   
   Introduce a validation for subscription names, similar to what is already 
done with `NamedEntity`.
   
   Because this might break things for users currently using such names, it 
should be optional first so users have time to make the necessary changes.
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

Reply via email to