315157973 commented on a change in pull request #9748:
URL: https://github.com/apache/pulsar/pull/9748#discussion_r584091990
##########
File path: site2/docs/reference-pulsar-admin.md
##########
@@ -2383,6 +2386,30 @@ Usage
$ pulsar-admin topics remove-deduplication tenant/namespace/topic
```
+### `set-max-subscriptions`
+Set the maximum number of subscriptions for a topic.
+
+Usage
+```bash
+$ pulsar-admin topics set-max-subscriptions tenant/namespace/topic options
Review comment:
It looks good, but I have some questions:
What does `tenant/namespace/topic` mean?
If we use this command,a topic name should be passed in here, such as:
persistent://tenant/namespace/topic
The entire command looks like this:
pulsar-admin topics set-max-subscriptions [topic name] [options]
----------------------------------------------------------------
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]