Anonymitaet commented on a change in pull request #9611:
URL: https://github.com/apache/pulsar/pull/9611#discussion_r581019503



##########
File path: site2/website/versioned_docs/version-2.6.0/reference-pulsar-admin.md
##########
@@ -1351,6 +1353,27 @@ Usage
 $ pulsar-admin namespaces get-subscription-dispatch-rate tenant/namespace
 ```
 
+### `set-subscription-expiration-time`
+Set subscription expiration time in minutes for a namespace

Review comment:
       ```suggestion
   Set the subscription expiration time for a namespace (in minutes).
   ```

##########
File path: site2/website/versioned_docs/version-2.6.0/reference-pulsar-admin.md
##########
@@ -1351,6 +1353,27 @@ Usage
 $ pulsar-admin namespaces get-subscription-dispatch-rate tenant/namespace
 ```
 
+### `set-subscription-expiration-time`
+Set subscription expiration time in minutes for a namespace
+
+Usage
+```bash
+$ pulsar-admin namespaces set-subscription-expiration-time tenant/namespace 
options
+```
+
+Options
+|Flag|Description|Default|
+|----|---|---|
+|`-t`, `--time`|Subscription expiration time in minutes|0|
+
+### `get-subscription-expiration-time`
+Get subscription expiration time for a namespace

Review comment:
       ```suggestion
   Get the subscription expiration time for a namespace (in minutes).
   ```
   
   Is it correct?




----------------------------------------------------------------
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]


Reply via email to