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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to