aws-cdk-lib: MSK Connectors update fails due to Invalid Request #28128
Labels
aws-cdk-lib
Related to the aws-cdk-lib package
bug
This issue is a bug.
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
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
We are deploying MSK Connectors via AWS CDK Typescript library. Everything was working perfectly until 2 days ago. Suddenly, we started getting the following error:
"responseElements": { "Access-Control-Expose-Headers": "x-amzn-errortype,x-amzn-requestid,x-amzn-errormessage,x-amzn-trace-id,x-amz-apigw-id,date", "message": "Invalid parameter autoScaling: The specified parameter value is identical to the current value for the connector. Specify a different value, then try again." },
We were not changing anything related to autoScaling configuration, we were only updating some other properties, like: debezium table list.
Expected Behavior
cdk deploy is successful with updated MSK Connectors.
Current Behavior
cdk deploy fails due to mentioned error
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.110.0
Framework Version
v18.13.0
Node.js Version
v18.13.0
OS
Windows/Linux/MacOS
Language
TypeScript
Language Version
No response
Other information
Update works fine if we toggle autoScaling config, but this should not be required to update other properties.
The text was updated successfully, but these errors were encountered: