eolivelli commented on a change in pull request #12351:
URL: https://github.com/apache/pulsar/pull/12351#discussion_r749050067
##########
File path:
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:
I cannot understand this parameter
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java
##########
@@ -342,6 +342,19 @@ public void
setNamespaceReplicationClusters(@PathParam("property") String proper
internalSetNamespaceReplicationClusters(clusterIds);
}
+ @DELETE
+ @Path("/{property}/{cluster}/{namespace}/replication")
+ @ApiOperation(value = "Set the replication clusters for namespace")
Review comment:
Please fix the help
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]