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/03/12 05:47:57 UTC

[GitHub] [pulsar] Jason918 commented on a change in pull request #14655: Support delete schema forcefully

Jason918 commented on a change in pull request #14655:
URL: https://github.com/apache/pulsar/pull/14655#discussion_r825252404



##########
File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSchemas.java
##########
@@ -78,10 +78,14 @@ void run() throws Exception {
         @Parameter(description = "persistent://tenant/namespace/topic", required = true)
         private java.util.List<String> params;
 
+        @Parameter(names = { "-f",

Review comment:
       From a user's perspective, when should they delete schema forcefully?
   Can we delete all schema forcefully?
   




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