File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ even if producing applications are misconfigured.
6868
6969The filter currently supports two modes of operation:
7070
71- 1 . Schema validation validates the content of the record against a schema. Use this for topics which have an entry in
71+ 1 . Schema validation[ ^ 1 ] validates the content of the record against a schema. Use this for topics which have an entry in
7272 the Schema Registry.
73732 . SyntacticallyCorrectJson validation ensures the producer is producing messages that contain syntactically valid JSON.
7474 Use for topics which do not have registered schemas.
@@ -91,3 +91,5 @@ The filter accepts configuration that allows you to assign validators on a per-t
9191configuration options that allow you to define whether the filter rejects just the records that don't meet the
9292requirements of the validator, or whether then whole batch should be returned.
9393
94+
95+ [ ^ 1 ] : Currently, the feature supports only the JSON-Schema schema type.
You can’t perform that action at this time.
0 commit comments