Skip to content

Commit 6767834

Browse files
committed
correct footnote
Signed-off-by: Piotr Płaczek <[email protected]>
1 parent fd7ea5e commit 6767834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_use_cases/schema_validation_and_enforecement.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ even if producing applications are misconfigured.
6868

6969
The 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.
7373
2. 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
9191
configuration options that allow you to define whether the filter rejects just the records that don't meet the
9292
requirements 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.

0 commit comments

Comments
 (0)