congbobo184 commented on a change in pull request #11856:
URL: https://github.com/apache/pulsar/pull/11856#discussion_r698966658



##########
File path: 
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -1955,6 +1957,13 @@
             
"org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck"
     );
 
+    @FieldContext(
+            category = CATEGORY_SCHEMA,
+            doc = "The schema compatibility strategy in broker level. If this 
config in namespace policy is `UNDEFINED`"
+                    + ", schema compatibility strategy check will use it in 
broker level."
+    )
+    private String schemaCompatibilityStrategy = "UNDEFINED";

Review comment:
       good idea




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