lct45 commented on a change in pull request #10813:
URL: https://github.com/apache/kafka/pull/10813#discussion_r661681961
##########
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordDeserializer.java
##########
@@ -69,6 +70,9 @@
Optional.empty()
);
} catch (final Exception deserializationException) {
+ if (deserializationException instanceof ConfigException) {
Review comment:
IIRC it's deep in `sourceNode.deserializeKey()` but I ran into this in
early testing so it may be obsolete. I removed
--
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]