lucasbru commented on code in PR #21022:
URL: https://github.com/apache/kafka/pull/21022#discussion_r2581390281
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -1310,7 +1310,7 @@ public static class InternalConfig {
public static final String STATE_UPDATER_ENABLED =
"__state.updater.enabled__";
public static boolean stateUpdaterEnabled(final Map<String, Object>
configs) {
- return InternalConfig.getBoolean(configs,
InternalConfig.STATE_UPDATER_ENABLED, true);
+ return true; // always enabled
Review Comment:
I suppose this is temporary and will be removed soon
--
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]