mjsax commented on code in PR #20382:
URL: https://github.com/apache/kafka/pull/20382#discussion_r2292886851


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -393,7 +393,7 @@ public static StreamThread create(final TopologyMetadata 
topologyMetadata,
                                       final Runnable shutdownErrorHook,
                                       final BiConsumer<Throwable, Boolean> 
streamsUncaughtExceptionHandler) {
 
-        final boolean stateUpdaterEnabled = 
InternalConfig.stateUpdaterEnabled(config.originals());

Review Comment:
   This class is more complex. Might be better to split into a different PR, as 
it required more cleanup. Doing a partial cleanup for a single class, is not a 
"clean cut" and make reviewing more complex.



-- 
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

Reply via email to