Skip to content
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

Fixed validation minimum Kafka version for migration #9935

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

ppatierno
Copy link
Member

Trivial PR to fix the minimum Kafka version to validate the possibility of migrating the cluster to KRaft.
We were aiming for 3.7.0 as the minimum (as by the comments) but current code was leveraging the default MetadataVersion.isMigrationSupported() method which is validating against 3.4.0 (it just does return this.isAtLeast(IBP_3_4_IV0);).

Signed-off-by: Paolo Patierno <ppatierno@live.com>
@ppatierno ppatierno added this to the 0.41.0 milestone Apr 9, 2024
@ppatierno ppatierno requested a review from a team April 9, 2024 15:43
@ppatierno
Copy link
Member Author

/azp run migration

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Refactored other tests to use 3.7.0 as the minimum

Signed-off-by: Paolo Patierno <ppatierno@live.com>
@ppatierno
Copy link
Member Author

The migration pipeline I started before the last commit is green (even if not visible here anymore) so we can merge this.

@ppatierno ppatierno merged commit 4e850d5 into strimzi:main Apr 9, 2024
13 checks passed
@ppatierno ppatierno deleted the fix-migration-support-validation branch April 9, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants