sebastienviale commented on code in PR #17942:
URL: https://github.com/apache/kafka/pull/17942#discussion_r1920324949
##########
streams/src/main/java/org/apache/kafka/streams/errors/LogAndContinueExceptionHandler.java:
##########
@@ -50,6 +54,8 @@ public DeserializationHandlerResponse handle(final
ProcessorContext context,
return DeserializationHandlerResponse.CONTINUE;
}
+ @SuppressWarnings("deprecation")
+ @Deprecated
@Override
public DeserializationHandlerResponse handle(final ErrorHandlerContext
context,
Review Comment:
done
--
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]