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

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### What issue do you find in Pulsar docs?
   
   [This 
reference](https://pulsar.apache.org/docs/2.10.x/pulsar-admin/#set-backlog-quota)
 requests the following command:
   
   ```bash
   
   pulsar-admin namespaces set-backlog-quota my-tenant/my-ns \
   --limitTime 3600 \
   --policy producer_request_hold \
   --type message_age
   ```
   
   That command does not work, and results in this error:
   `The following option is required: [-l | --limit]`
   
   ### What is your suggestion?
   
   1. The command should work.
   2. Command examples should be provided that *only* adjust size-based 
thresholds.
   3. Command examples should be provided that *only* adjust time-based 
thresholds.
   4. Command examples should be provided that adjust *both* time- and 
size-based thresholds.
   
   ### Any reference?
   
   https://pulsar.apache.org/docs/2.10.x/pulsar-admin/#set-backlog-quota
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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-unsubscr...@pulsar.apache.org.apache.org

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

Reply via email to