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

aws-msk-alpha: Add Support for MSK Serverless #28709

Open
2 tasks
flo-mair opened this issue Jan 15, 2024 · 1 comment · May be fixed by #32780
Open
2 tasks

aws-msk-alpha: Add Support for MSK Serverless #28709

flo-mair opened this issue Jan 15, 2024 · 1 comment · May be fixed by #32780
Labels
@aws-cdk/aws-msk Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK) effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@flo-mair
Copy link

Describe the feature

Add support for MSK Serverless in alpha module. I'm aware that the CfnServerlessCluster construct exists in aws-cdk-lib/aws-msk. But the alpha module allows easier access to connection strings via new CfnOutput(this, 'BootstrapBrokerStringSaslIam', { value: cluster.bootstrapBrokersSaslIam }); which would be great to have for Serverless as well without building a workaround with CR.

Use Case

Easy access to connection strings.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.121.1

Environment details (OS name and version, etc.)

macOS

@flo-mair flo-mair added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jan 15, 2024
@github-actions github-actions bot added the @aws-cdk/aws-msk Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK) label Jan 15, 2024
@pahud
Copy link
Contributor

pahud commented Jan 16, 2024

Yeah it would be great to have ServerlessCluster L2 construct in the alpha package.

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Jan 16, 2024
@mazyu36 mazyu36 linked a pull request Jan 7, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-msk Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK) effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants