cadonna commented on code in PR #13927:
URL: https://github.com/apache/kafka/pull/13927#discussion_r1246546045


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -1171,6 +1171,7 @@ public static class InternalConfig {
 
         // Private API to enable the state updater (i.e. state updating on a 
dedicated thread)
         public static final String STATE_UPDATER_ENABLED = 
"__state.updater.enabled__";
+        public static final boolean STATE_UPDATER_ENABLED_DEFAULT = true;

Review Comment:
   Enabling the state updater by default.



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