muralibasani commented on code in PR #17005: URL: https://github.com/apache/kafka/pull/17005#discussion_r1732464006
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java: ########## @@ -1158,6 +1159,75 @@ public void shouldSkipOnDeserializationErrorsWhenReprocessing() { assertEquals(0, stateRestoreCallback.restored.size()); } + @SuppressWarnings("deprecation") + @Test + public void verifyExceptionHandlerAcceptNewConfigWhenBothArePresent() { Review Comment: Updated with warning when both are set. -- 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