Skip to content

Commit aad3f22

Browse files
authored
Correct typos in schema enforcement use case docs. (#83)
* Correct typos in schema enforcement use case docs. Signed-off-by: Keith Wall <[email protected]> * Update schema_validation_and_enforecement.markdown Signed-off-by: Keith Wall <[email protected]> --------- Signed-off-by: Keith Wall <[email protected]>
1 parent 14cdee7 commit aad3f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_use_cases/schema_validation_and_enforecement.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ correctly.
6262
The Kroxylicious Record Validation Filter provides a solution to the problem.
6363

6464
The filter intercepts the produce requests sent from producing applications and subjects them to validation. If
65-
validation fail, the product request is rejected and the producing application receives an error response. The broker
65+
the validation fails, the produce request is rejected and the producing application receives an error response. The broker
6666
does not receive the rejected records. In this way, one can organize that a poison message never enters the system,
6767
even if producing applications are misconfigured.
6868

0 commit comments

Comments
 (0)