(aws-msk-alpha): (add vpc connectivity interface to msk-alpha construct) #26690
Labels
@aws-cdk/aws-msk
Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK)
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
VPC Connectivity exists as a part of the L1 CfnCluster construct, however these props are not exposed to aws-msk-alpha Cluster. This feature would add an interface for the Vpc Connectivity props, to be passed down to the underlying CfnCluster.
Use Case
The current solution is to create a new MSK Cluster then use a custom resource to make api calls that enable VPC Connectivity , which can take a long time. It would be beneficial if a cluster could be created with this already enabled via the aws-msk-alpha construct.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.90.0
Environment details (OS name and version, etc.)
Mac OS Ventura, Typescript
The text was updated successfully, but these errors were encountered: