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 2022/07/20 21:34:05 UTC

[GitHub] [pulsar] zbentley opened a new issue, #16708: Namespace-level publish rate limits are poorly documented

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

   **Describe the bug**
   Two issues:
   1. The documentation for how to set namespace-level publish rate limits is confusing. Its given example is:
   
   ```
   "publishMaxMessageRate": {
       "additionalProp1": {
         "publishThrottlingRateInMsg": 0,
         "publishThrottlingRateInByte": 0
       },
       "additionalProp2": {
         "publishThrottlingRateInMsg": 0,
         "publishThrottlingRateInByte": 0
       },
       "additionalProp3": {
         "publishThrottlingRateInMsg": 0,
         "publishThrottlingRateInByte": 0
       }
     },
     ```
   There is no information as to:
   - What `additionalProp1` etc. should be.
   - What it means to supply multiple groups of msg/byte rate limits.
   - Whether both Msg and Byte must be supplied for each sublimit.
   
   **Expected behavior**
   The OpenAPI documentation would contain information indicating how these should be set when namespaces are created.
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #16708: Namespace-level publish rate limits are poorly documented

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16708:
URL: https://github.com/apache/pulsar/issues/16708#issuecomment-1221209419

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org