Anonymitaet commented on code in PR #15887: URL: https://github.com/apache/pulsar/pull/15887#discussion_r894108155
########## 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: I re-run the check again just now. I checked the failure check yesterday and guess it might be caused by the overlength. As we discussed w/ engineers just now, can you try to split into multiple lines if the check fails again? Ignore this comment and ping me to merge if the check passes. -- 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]
