aws-msk-alpha: edit cluster config will cause cluster recreation #27173
Labels
@aws-cdk/aws-msk
Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK)
bug
This issue is a bug.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the bug
After editing the server properties for the cluster Config, the clusterConfig does not update in place, it will create a new cluster and delete the existing cluster.
this.clusterConfig = new CfnConfiguration(this, 'kafka-cluster-config', { name:
${clusterName}-kafka-config, serverProperties: kafkaClusterConfigOptionsToEnable ? generateClusterConfig( kafkaClusterConfigOptionsToEnable ) : '' });
Expected Behavior
After editing the server properties for the cluster Config, the clusterConfig should update in place and not cause cluster recreation.
Current Behavior
Editing cluster config will cause cluster recreation.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.93.0 (build 724bd01)
Framework Version
No response
Node.js Version
v18.17.1.
OS
MacOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: