kafka
kafka copied to clipboard
Kafka 16448 deserialization add error handler context
This PR is part of KAFKA-16448 which aims to bring a ProcessingExceptionHandler to Kafka Streams in order to deal with exceptions that occur during processing.
This PR expose the new ErrorHandlerContext as a parameter to the Deserialization exception handlers and deprecate the previous handle signatur
Jira: https://issues.apache.org/jira/browse/KAFKA-16448.
Contributors @Dabz @sebastienviale @loicgreffier