Jennifer88huang opened a new issue #9205: URL: https://github.com/apache/pulsar/issues/9205
**Describe the bug** In https://github.com/apache/pulsar/pull/9108, we add some topic-level policies commands, and found some commands are not consistent with that for namespace-level. For example, On namespace-level, the policies commands are: - `get-max-producers` - `set-max-producers` - `remove-max-producers` - `get-max-unacked-messages-per-subscription` - `set-max-unacked-messages-per-subscription` - `remove-max-unacked-messages-per-subscription` On topic-level, the polices commands are: - `get-maxProducers` - `set-maxProducers` - `remove-maxProducers` - - `get-max-unacked-messages-on-subscription` - `set-max-unacked-messages-on-subscription` - `remove-max-unacked-messages-on-subscription` **Expected behavior** The topic-level policies commands format should be consistent with that on namespace-level. **Desktop (please complete the following information):** - OS: [iOS] **Additional context** When refining the topic-level policies commands, we might need to take compatibilities into consideration. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
