sebastienviale commented on code in PR #17942:
URL: https://github.com/apache/kafka/pull/17942#discussion_r1928855275
##########
streams/src/main/java/org/apache/kafka/streams/errors/LogAndFailProcessingExceptionHandler.java:
##########
@@ -45,8 +51,26 @@ public ProcessingHandlerResponse handle(final
ErrorHandlerContext context, final
return ProcessingHandlerResponse.FAIL;
}
+ @Override
+ public Response handleError(final ErrorHandlerContext context,
+ final Record<?, ?> record,
+ final Exception exception) {
+ log.warn(
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]