You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/14 07:05:40 UTC

[GitHub] [pulsar] Jennifer88huang opened a new issue #9205: Keep topic-level policies commands consistent with that for namespace level

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:
users@infra.apache.org



[GitHub] [pulsar] sijie closed issue #9205: Keep topic-level policies commands consistent with that for namespace level

Posted by GitBox <gi...@apache.org>.
sijie closed issue #9205:
URL: https://github.com/apache/pulsar/issues/9205


   


----------------------------------------------------------------
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:
users@infra.apache.org