You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Record Validation Filter documentation is quite light. It merely illustrates how to configure the filter to apply a JSONSchema validation against a records produced to a topic.
Gaps:
It doesn't discuss how the filter reacts when a validation fails. Nor does it mention how the option to forwardPartialRequests can be used to reject just the failed records or how the rules apply when transactions are in-use.
It doesn't talk about the different validation types (SyntacticallyCorrectJson and SchemaValidation) and how the validations work together.
Currently the Record Validation Filter documentation is quite light. It merely illustrates how to configure the filter to apply a JSONSchema validation against a records produced to a topic.
Gaps:
forwardPartialRequests
can be used to reject just the failed records or how the rules apply when transactions are in-use.SyntacticallyCorrectJson
andSchemaValidation
) and how the validations work together.allowNulls
/allowEmpty
.SchemaValidation
currently only works with JSONSchema (that isAvro
etc is not supported). (Support for schema types other than JSON #1431)defaultRule
.The text was updated successfully, but these errors were encountered: