poorbarcode commented on code in PR #25461:
URL: https://github.com/apache/pulsar/pull/25461#discussion_r3107930061


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java:
##########
@@ -2163,14 +2163,20 @@ private class SetIsAllowAutoUpdateSchema extends 
CliCommand {
         @Option(names = { "--disable", "-d" }, description = "Disable schema 
validation enforced")
         private boolean disable = false;
 
+        @Option(names = { "--disable-for-replicator" },
+                description = "By default, brokers always allow replicator to 
register new compatible schemas even"
+                + " when auto updates are disabled, if you want to disable 
replicators to register compatible schemas,"
+                + " please set it to true")
+        private boolean disableForReplicator;

Review Comment:
   Fixed
   



##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java:
##########
@@ -2163,14 +2163,20 @@ private class SetIsAllowAutoUpdateSchema extends 
CliCommand {
         @Option(names = { "--disable", "-d" }, description = "Disable schema 
validation enforced")
         private boolean disable = false;
 
+        @Option(names = { "--disable-for-replicator" },
+                description = "By default, brokers always allow replicator to 
register new compatible schemas even"
+                + " when auto updates are disabled, if you want to disable 
replicators to register compatible schemas,"
+                + " please set it to true")
+        private boolean disableForReplicator;
+

Review Comment:
   Fixed



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

Reply via email to