-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: Add 4.1.0 to streams system tests #20480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dd9dd52 to
126a4dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thanks!
| * 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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add UPGRADE_FROM_41 to UPGRADE_FROM_DOC accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, probably 😅
I copied 1ded681 which did not add 4.0 to that doc string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasbru we need the Streams expert to provide the answer 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think we should add it there as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I'll follow up with a PR. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually we should delete the Accepted values are ... from the description. The config is defined with a Validator so we already print the valid values in the docs: https://kafka.apache.org/documentation/#streamsconfigs_upgrade.from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #20518
This PR updates all the streams system tests to include 4.1.0.
Reviewers: Lucas Brutschy [email protected]