shashankhs11 commented on code in PR #21022:
URL: https://github.com/apache/kafka/pull/21022#discussion_r2581731769
##########
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:
Yes! The config will be removed in a follow-up PR.
I have all the changes ready and will open a PR as
soon as we merge this one.
--
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]