mimaison commented on code in PR #20480:
URL: https://github.com/apache/kafka/pull/20480#discussion_r2337075078


##########
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:
   I guess, probably :sweat_smile:
   I copied 
https://github.com/apache/kafka/commit/1ded681684e771b16aa98ae751f39b9816345a83 
which did not add 4.0 to that doc string.
   
   
   



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

Reply via email to