(aws-msk-alpha): Support for 2.8.2.tiered
version and tiered storage cluster config property.
#27552
Labels
@aws-cdk/aws-msk
Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK)
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
AWS MSK has supported Tiered storage for almost a year now.
Using such feature requires both upgrading the cluster to
2.8.2.tiered
version and enablingTIERED
storage in the cluster properties (as per the official docs), but the latter is not yet possible via @aws-cdk_aws-msk-alpha.Cluster class.L1 constructs do support this configuration via aws-cdk-lib.aws_msk.CfnCluster.
Use Case
Enable CDK users to use layer 2 constructs to manage tiered storage in MSK clusters.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.91.0
Environment details (OS name and version, etc.)
Debian GNU/Linux (Docker image)
The text was updated successfully, but these errors were encountered: