momo-jun commented on a change in pull request #13983:
URL: https://github.com/apache/pulsar/pull/13983#discussion_r794139792
##########
File path: site2/docs/reference-configuration.md
##########
@@ -251,6 +251,9 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|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|
+|isAllowAutoUpdateSchemaEnabled|Allow schema to be auto updated at broker
level|true|
+|schemaCompatibilityStrategy|Schema compatibility check strategy, supported
value:
`ALWAYS_COMPATIBLE`,`ALWAYS_INCOMPATIBLE`,`BACKWARD`,`BACKWARD_TRANSITIVE`,`FORWARD`,`FORWARD_TRANSITIVE`,`FULL`,`FULL_TRANSITIVE`|FULL|
+|systemTopicSchemaCompatibilityStrategy|The schema compatibility strategy to
use for system topics, supported value:
`ALWAYS_COMPATIBLE`,`ALWAYS_INCOMPATIBLE`,`BACKWARD`,`BACKWARD_TRANSITIVE`,`FORWARD`,`FORWARD_TRANSITIVE`,`FULL`,`FULL_TRANSITIVE`|ALWAYS_COMPATIBLE|
Review comment:
My suggestion:
Replace ", supported value:" with ". 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]