Jennifer88huang commented on a change in pull request #9161:
URL: https://github.com/apache/pulsar/pull/9161#discussion_r555562826
##########
File path: site2/docs/reference-pulsar-admin.md
##########
@@ -2230,20 +2230,28 @@ Options
|`-l`, `--ledgerId`|The ledger id |0|
|`-e`, `--entryId`|The entry id |0|
-### `get-deduplication`
-Get a deduplication policy for a topic.
+### `enable-deduplication`
+Enable a deduplication policy for a topic.
Review comment:
@what's the differences between `enable-deduplication` and
`get-deduplication-enabled`?
##########
File path: site2/docs/reference-pulsar-admin.md
##########
@@ -2423,167 +2423,167 @@ $ pulsar-admin topics remove-delayed-delivery
tenant/namespace/topic
```
### `get-max-producers`
-Get max-Producers for a topic.
+Get the maximum number of Producers for a topic.
Usage
```bash
$ pulsar-admin topics get-max-producers tenant/namespace/topic
```
### `set-max-producers`
-Set max-Producers for a topic.
+Set the maximum number of Producers for a topic.
Usage
```bash
-$ pulsar-admin topics set-max-producers tenant/namespace/topic
+$ pulsar-admin topics set-max-producers tenant/namespace/topic options
```
### `remove-max-producers`
-Remove max-Producers for a topic.
+Remove the maximum number of Producers for a topic.
Usage
```bash
$ pulsar-admin topics remove-max-producers tenant/namespace/topic
```
### `get-max-consumers`
-Get max-Consumers for a topic.
+Get the maximum number of Consumers for a topic.
Usage
```bash
$ pulsar-admin topics get-max-consumers tenant/namespace/topic
```
### `set-max-consumers`
-Set max-Consumers for a topic.
+Set the maximum number of Consumers for a topic.
Usage
```bash
-$ pulsar-admin topics set-max-consumers tenant/namespace/topic
+$ pulsar-admin topics set-max-consumers tenant/namespace/topic options
```
### `remove-max-consumers`
-Remove max-Consumers for a topic.
+Remove the maximum number of Consumers for a topic.
Usage
```bash
$ pulsar-admin topics remove-max-consumers tenant/namespace/topic
```
-### `get-max-unacked-messages-per-subscription`
-Get maxUnackedMessagesPerSubscription for a topic.
+### `get-max-unacked-messages-on-subscription`
+Get the maximum number of unacked messages per subscription for a topic.
Usage
```bash
$ pulsar-admin topics get-max-unacked-messages-per-subscription
tenant/namespace/topic
```
-### `set-max-unacked-messages-per-subscription`
-Set maxUnackedMessagesPerSubscription for a topic.
+### `set-max-unacked-messages-on-subscription`
Review comment:
`set-max-unacked-messages-per-subscription`
##########
File path: site2/docs/reference-pulsar-admin.md
##########
@@ -2422,28 +2422,28 @@ Usage
$ pulsar-admin topics remove-delayed-delivery tenant/namespace/topic
```
-### `get-max-producers`
+### `get-maxProducers`
Review comment:
The correct form is :`get-max-producers`
----------------------------------------------------------------
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]