Skip to content

Conversation

@mimaison
Copy link
Member

@mimaison mimaison commented Sep 4, 2025

This PR updates all the streams system tests to include 4.1.0.

Reviewers: Lucas Brutschy [email protected]

@github-actions github-actions bot added streams build Gradle build or GitHub Actions labels Sep 4, 2025
@mimaison mimaison force-pushed the 41-streams-system-tests branch from dd9dd52 to 126a4dc Compare September 9, 2025 16:19
@mimaison mimaison marked this pull request as ready for review September 9, 2025 16:20
@mimaison
Copy link
Member Author

@mjsax @lucasbru @cadonna Can you take a look? I ran the system tests and they all passed.

Copy link
Member

@lucasbru lucasbru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. thanks!

@mimaison mimaison merged commit 32b8e32 into apache:trunk Sep 10, 2025
24 of 30 checks passed
@mimaison mimaison deleted the 41-streams-system-tests branch September 10, 2025 14:23
* 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();
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

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 😆

Copy link
Member

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.

Copy link
Member Author

@mimaison mimaison Sep 10, 2025

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!

Copy link
Member Author

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #20518

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Gradle build or GitHub Actions streams

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants