lordcheng10 opened a new pull request, #17151:
URL: https://github.com/apache/pulsar/pull/17151
### Motivation
When the subscription name contains some invisible characters, such as
\u0000, the subscription cannot be deleted:
![Uploading image.png…]()
So when creating a subscription name, we should check the subscription name:
when it contains special characters, the creation of subscription fails.
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [ ] `doc-required`
(Your PR needs to update docs and you will update later)
- [ ] `doc-not-needed`
(Please explain why)
- [x] `doc`
(Your PR contains doc changes)
- [ ] `doc-complete`
(Docs have been already added)
--
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]