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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StoreChangelogReader.java:
##########
@@ -236,7 +235,7 @@ public StoreChangelogReader(final Time time,
         this.stateRestoreListener = stateRestoreListener;
         this.standbyUpdateListener = standbyUpdateListener;
 
-        this.stateUpdaterEnabled = 
InternalConfig.stateUpdaterEnabled(config.originals());

Review Comment:
   I think we only use this in one place, and it should be possible to remove 
the variable (and it's usage) completely, in one go



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