We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Trying to use a deserialization exception handler, am I doing it correctly, is is actually supported, can anyone help me?
I am setting this in the client/consumer options
:default.deserialization.exception.handler (.getName LogAndContinueExceptionHandler)
but no luck so far, a corrupt JSON value stops the poll process.
The text was updated successfully, but these errors were encountered:
I was confused by the Kafka, documentation. The exception handlers are part of the kafka streams package, not the kafka consumer.
Sorry, something went wrong.
No branches or pull requests
Hi,
Trying to use a deserialization exception handler, am I doing it correctly, is is actually supported, can anyone help me?
I am setting this in the client/consumer options
:default.deserialization.exception.handler (.getName LogAndContinueExceptionHandler)
but no luck so far, a corrupt JSON value stops the poll process.
The text was updated successfully, but these errors were encountered: