You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to update the instance type of an Amazon MSK cluster from a standard instance type to an express broker instance type, it is not updated to the specified instance type.
Current Instance Type:kafka.m5.2xlarge Target Instance Type:express.m7g.4xlarge
I used the update_broker_type API to perform the switch. While the API call completes successfully and returns a ClusterOperationArn, the result is unexpected.
After waiting for the operation to complete, the instance type changes to kafka.m7g.4xlarge, which is still within the standard broker family. The cluster does not transition to the express broker type as intended.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
The instance type should transition from standard instance type to the express broker type express.m7g.4xlarge. Alternatively, the request should fail with a descriptive error message.
Current Behavior
The instance type updates to standard broker family kafka.m7g.4xlarge, instead of express broker type express.m7g.4xlarge . The cluster does not transition to the express broker type.
Reproduction Steps
Below is a snippet of the code used for the operation:
Describe the bug
When attempting to update the instance type of an Amazon MSK cluster from a standard instance type to an express broker instance type, it is not updated to the specified instance type.
Current Instance Type:
kafka.m5.2xlarge
Target Instance Type:
express.m7g.4xlarge
I used the
update_broker_type
API to perform the switch. While the API call completes successfully and returns aClusterOperationArn
, the result is unexpected.After waiting for the operation to complete, the instance type changes to
kafka.m7g.4xlarge
, which is still within the standard broker family. The cluster does not transition to the express broker type as intended.Regression Issue
Expected Behavior
The instance type should transition from standard instance type to the express broker type
express.m7g.4xlarge
. Alternatively, the request should fail with a descriptive error message.Current Behavior
The instance type updates to standard broker family
kafka.m7g.4xlarge
, instead of express broker typeexpress.m7g.4xlarge
. The cluster does not transition to the express broker type.Reproduction Steps
Below is a snippet of the code used for the operation:
update_broker_type
API.Possible Solution
No response
Additional Information/Context
ClusterOperationArn
suggests the operation has been accepted.SDK version used
1.34.149
Environment details (OS name and version, etc.)
MacOS Sequoia
The text was updated successfully, but these errors were encountered: