Skip to content

Commit 5f1f476

Browse files
authored
feat(msk): add Kafka version 2.6.2 (#17497)
Add support for Apache Kafka version 2.6.2 in Amazon MSK. Announcement: https://aws.amazon.com/about-aws/whats-new/2021/04/amazon-msk-adds-support-for-apache-kafka-version-2-6-2/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 55df760 commit 5f1f476

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ export class KafkaVersion {
3737
*/
3838
public static readonly V2_6_1 = KafkaVersion.of('2.6.1');
3939

40+
/**
41+
* Kafka version 2.6.2
42+
*/
43+
public static readonly V2_6_2 = KafkaVersion.of('2.6.2');
44+
4045
/**
4146
* Kafka version 2.7.0
4247
*/

0 commit comments

Comments
 (0)