Skip to content

Commit

Permalink
chore(msk): deprecate kafka version 1.1.1 (#25566)
Browse files Browse the repository at this point in the history
Closes #25565

As described in the docs, Apache Kafka 1.1.1 is no longer supported (only for existing clusters): [https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html#1.1.1](https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html#1.1.1)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
daschaa authored May 15, 2023
1 parent f9e357f commit 25bd120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-msk-alpha/lib/cluster-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
*/
export class KafkaVersion {
/**
* **Deprecated by Amazon MSK. You can't create a Kafka cluster with a deprecated version.**
*
* Kafka version 1.1.1
*
* @deprecated use the latest runtime instead
*/
public static readonly V1_1_1 = KafkaVersion.of('1.1.1');

Expand Down

0 comments on commit 25bd120

Please sign in to comment.