-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_msk_cluster: support in-place Kafka version upgrade #13654
Conversation
ca596f9
to
054352d
Compare
Hello. Is there an ETA on this PR ? It's stale from quite few days and it's a very useful addition for MSK users. |
Need to perform in-place upgrade and the feature has been implemented almost a year ago now. Can this PR be merged? |
Could someone please take a look at this PR? Would love to be able to do rolling kafka upgrades. Right now it requires a full replacement. |
Hi @bflad, this would be a valuable feature for a lot of us. Happy to discuss any concerns with the current solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really great overall. Thank you for taking the time to write this. I had one question/request about downgrading, and one for test coverage.
10575ab
to
b91f618
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work @arafsheikh!
output of acceptance tests (passing minus known failure tracked in #16249):
--- PASS: TestAccAWSMskCluster_basic (1596.80s)
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionAtRestKmsKeyArn (1599.19s)
--- PASS: TestAccAWSMskClusterDataSource_Name (1603.31s)
--- PASS: TestAccAWSMskCluster_EnhancedMonitoring (1682.11s)
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionInTransit_InCluster (1724.10s)
--- PASS: TestAccAWSMskCluster_EncryptionInfo_EncryptionInTransit_ClientBroker (1724.86s)
--- PASS: TestAccAWSMskCluster_Tags (1755.12s)
--- PASS: TestAccAWSMskCluster_OpenMonitoring (1902.44s)
--- PASS: TestAccAWSMskCluster_BrokerNodeGroupInfo_EbsVolumeSize (1981.06s)
--- PASS: TestAccAWSMskCluster_NumberOfBrokerNodes (2274.10s)
--- PASS: TestAccAWSMskCluster_ConfigurationInfo_Revision (2377.73s)
--- PASS: TestAccAWSMskCluster_KafkaVersionDowngrade (3449.64s)
--- PASS: TestAccAWSMskCluster_KafkaVersionUpgrade (5527.38s)
--- PASS: TestAccAWSMskCluster_KafkaVersionUpgradeWithConfigurationInfo (5535.80s)
--- FAIL: TestAccAWSMskCluster_LoggingInfo (1702.11s) -- ongoing test failure
This has been released in version 3.16.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #13547
Release note for CHANGELOG:
Output from acceptance testing: