Skip to content

Conversation

@mazyu36
Copy link
Contributor

@mazyu36 mazyu36 commented Oct 16, 2025

Issue # (if applicable)

N/A

Reason for this change

To support new Kafka version.

Amazon MSK adds support for Apache Kafka version 4.1

Description of changes

Added ver 4.1 enum.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

Add a unit test and an integ test.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team October 16, 2025 00:18
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Oct 16, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

(This review is outdated)

@mazyu36 mazyu36 marked this pull request as ready for review October 16, 2025 03:33
@aws-cdk-automation aws-cdk-automation dismissed their stale review October 16, 2025 03:34

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@mazyu36 mazyu36 changed the title feat(msk): support Kafka 4.1 feat(msk): support Kafka 4.1 Oct 16, 2025
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Oct 16, 2025
import { Vpc } from 'aws-cdk-lib/aws-ec2';

const versions: KafkaVersion[] = [
KafkaVersion.V2_6_0,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed EOS versions.

@ozelalisen ozelalisen self-assigned this Oct 20, 2025
@ozelalisen ozelalisen changed the title feat(msk): support Kafka 4.1 feat(msk-alpha): support Kafka 4.1 Oct 20, 2025
@mergify
Copy link
Contributor

mergify bot commented Oct 20, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot added the queued label Oct 20, 2025
@mergify
Copy link
Contributor

mergify bot commented Oct 20, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 67539de into aws:main Oct 20, 2025
19 of 20 checks passed
@mergify mergify bot removed the queued label Oct 20, 2025
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 20, 2025
@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Oct 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants