Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for fail.on.deserialization.error #462

Merged
merged 2 commits into from
Nov 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@ Common configuration properties that you might want to change from their default
- [cache.max.bytes.buffering](https://kafka.apache.org/documentation/#streamsconfigs):
The default value in KSQL is `10000000` (~ 10 MB);

- fail.on.deserialization.error:
When set to false (the default), any errors that occur when deserializing a record will result in the the error being logged and the record being dropped.
If you wish to halt processing on deserialization errors you should set this to true.



## Running KSQL

Expand Down