nodece commented on a change in pull request #13983:
URL: https://github.com/apache/pulsar/pull/13983#discussion_r800400503



##########
File path: site2/docs/reference-configuration.md
##########
@@ -254,7 +254,10 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |athenzDomainNames| Supported Athenz provider domain names(comma separated) 
for authentication  ||
 |exposePreciseBacklogInPrometheus| Enable expose the precise backlog stats, 
set false to use published counter and consumed counter to calculate, this 
would be more efficient but may be inaccurate. |false|
 |schemaRegistryStorageClassName|The schema storage implementation used by this 
broker.|org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory|
-|isSchemaValidationEnforced|Enforce schema validation on following cases: if a 
producer without a schema attempts to produce to a topic with schema, the 
producer will be failed to connect. PLEASE be carefully on using this, since 
non-java clients don't support schema. If this setting is enabled, then 
non-java clients fail to produce.|false|
+|isSchemaValidationEnforced| Whether to enable schema validation, when schema 
validation is enabled, if a producer without a schema attempts to produce the 
message to a topic with schema, the producer is rejected and 
disconnected.|false|
+|isAllowAutoUpdateSchemaEnabled|Allow schema to be auto updated at broker 
level.|true|
+|schemaCompatibilityStrategy| The schema compatibility strategy at broker 
level, see 
[here](schema-evolution-compatibility.md#schema-compatibility-check-strategy) 
for available values.|FULL|

Review comment:
       Use URL to avoid duplicate descriptions of available values.




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