You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/10 08:25:58 UTC

[GitHub] [pulsar] tisonkun commented on a diff in pull request #12351: [pulsar-admin] Add remove-clusters command for namespace

tisonkun commented on code in PR #12351:
URL: https://github.com/apache/pulsar/pull/12351#discussion_r1045026809


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java:
##########
@@ -325,6 +325,18 @@ void run() throws PulsarAdminException {
         }
     }
 
+    @Parameters(commandDescription = "Remove replication clusters for a namespace")
+    private class RemoveReplicationClusters extends CliCommand {
+        @Parameter(description = "tenant/namespace", required = true)
+        private java.util.List<String> params;

Review Comment:
   @yuruguo I suggest you provide some command-line examples here to describe where is this param place :)



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

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