sebastienviale commented on code in PR #16432:
URL: https://github.com/apache/kafka/pull/16432#discussion_r1694873530
##########
streams/src/main/java/org/apache/kafka/streams/errors/DeserializationExceptionHandler.java:
##########
@@ -37,11 +37,27 @@ public interface DeserializationExceptionHandler extends
Configurable {
* @param context processor context
* @param record record that failed deserialization
* @param exception the actual exception
+ * @deprecated Please {@link #handle(ErrorHandlerContext, ConsumerRecord,
Exception)}
Review Comment:
done
I wil check other PRs to be sure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]