yuruguo opened a new pull request #13711: URL: https://github.com/apache/pulsar/pull/13711
### Motivation Currently, the CLI supports `set`/`get`/`remove` operation to the `subscriptionDispatchRate` of `v1/namespace` and `v2/namespace`, and the server provides corresponding processing interfaces, including: 1. v1/namespace - setSubscriptionDispatchRate - getSubscriptionDispatchRate - ~~deleteSubscriptionDispatchRate~~ 2. v2/namespace - setSubscriptionDispatchRate - getSubscriptionDispatchRate - deleteSubscriptionDispatchRate However, the delete interface is missing for v1/namespace, so the purpose of this PR is to supplement this processing interface. ### Documentation - [x] `no-need-doc` -- 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]
