muralibasani commented on code in PR #17005:
URL: https://github.com/apache/kafka/pull/17005#discussion_r1735848750
##########
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:
But after this change, I notice 3 other tests are failing. Strange, the
config is not set properly, and originals are 0 in TopologyConfig. Not sure
what am I missing. Can you pls take a look.
--
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]