chia7712 commented on code in PR #20480:
URL: https://github.com/apache/kafka/pull/20480#discussion_r2337136274
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -443,6 +443,12 @@ public class StreamsConfig extends AbstractConfig {
@SuppressWarnings("WeakerAccess")
public static final String UPGRADE_FROM_40 =
UpgradeFromValues.UPGRADE_FROM_40.toString();
+ /**
+ * Config value for parameter {@link #UPGRADE_FROM_CONFIG "upgrade.from"}
for upgrading an application from version {@code 4.1.x}.
+ */
+ @SuppressWarnings("WeakerAccess")
+ public static final String UPGRADE_FROM_41 =
UpgradeFromValues.UPGRADE_FROM_41.toString();
Review Comment:
@lucasbru we need the Streams expert to provide the answer :laughing:
--
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]