mjsax commented on code in PR #17005: URL: https://github.com/apache/kafka/pull/17005#discussion_r1735368052
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java: ########## @@ -255,6 +255,7 @@ private static StreamsConfig createConfig(final String eosConfig, final String e return createConfig(eosConfig, enforcedProcessingValue, deserializationExceptionHandler, LogAndFailProcessingExceptionHandler.class.getName()); } + @SuppressWarnings("deprecation") Review Comment: We should updated the code to use `DESERIALIZATION_EXCEPTION_HANDLER_CLASS_CONFIG` instead of `DEFAULT_DESERIALIZATION_EXCEPTION_HANDLER_CLASS_CONFIG` instead of adding a suppression -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org