momo-jun commented on code in PR #15887: URL: https://github.com/apache/pulsar/pull/15887#discussion_r894188628
########## conf/broker.conf: ########## @@ -557,6 +557,9 @@ zookeeperSessionExpiredPolicy=reconnect # Enable or disable system topic systemTopicEnabled=true +# Deploy the schema compatibility checker for a specific schema type to enforce schema compatibility check +schemaRegistryCompatibilityCheckers=org.apache.pulsar.broker.service.schema.JsonSchemaCompatibilityCheck,org.apache.pulsar.broker.service.schema.AvroSchemaCompatibilityCheck,org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck Review Comment: The test has been completed successfully :) -- 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]
