muralibasani commented on code in PR #17005: URL: https://github.com/apache/kafka/pull/17005#discussion_r1732453868
########## streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java: ########## @@ -1907,16 +1929,42 @@ public TimestampExtractor defaultTimestampExtractor() { return getConfiguredInstance(DEFAULT_TIMESTAMP_EXTRACTOR_CLASS_CONFIG, TimestampExtractor.class); } + public DeserializationExceptionHandler getDeserializationExceptionHandler() { Review Comment: Will update kip, and send an update. -- 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