-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc] Add schema configuration to conf file and reference documentation #13983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@momo-jun Could you take a look? |
|
/pulsarbot rerun-failure-checks |
9be79f5 to
ab01106
Compare
|
@Anonymitaet Can you pls review this doc PR? |
ab01106 to
79dcba4
Compare
79dcba4 to
7c8453b
Compare
Anonymitaet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL at my comments, thanks.
6e8c975 to
3c5a586
Compare
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
3c5a586 to
baab87b
Compare
|
@Anonymitaet Sorry, I didn't notice the conflict. |
| |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| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use URL to avoid duplicate descriptions of available values.
Motivation
Some documentation and config files miss the schema configuration.
Modifications
systemTopicSchemaCompatibilityStrategy,schemaCompatibilityStrategy,isSchemaValidationEnforcedandschemaRegistryStorageClassNametoconf/standalone.confreference-configuration.mdDocumentation
doc- This PR adds doc for [Broker] Fix read schema compatibility strategy priority #13938