Skip to content

Commit

Permalink
Correct typos in schema enforcement use case docs. (#83)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
k-wall authored Nov 12, 2024
1 parent 14cdee7 commit aad3f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _use_cases/schema_validation_and_enforecement.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ correctly.
The Kroxylicious Record Validation Filter provides a solution to the problem.

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

Expand Down

0 comments on commit aad3f22

Please sign in to comment.