Skip to content

Commit 25bd120

Browse files
authored
chore(msk): deprecate kafka version 1.1.1 (#25566)
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*
1 parent f9e357f commit 25bd120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/aws-msk-alpha/lib/cluster-version.ts

+4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
*/
44
export class KafkaVersion {
55
/**
6+
* **Deprecated by Amazon MSK. You can't create a Kafka cluster with a deprecated version.**
7+
*
68
* Kafka version 1.1.1
9+
*
10+
* @deprecated use the latest runtime instead
711
*/
812
public static readonly V1_1_1 = KafkaVersion.of('1.1.1');
913

0 commit comments

Comments
 (0)