Skip to content

Commit a14c7f1

Browse files
committed
Fixing Kafka version
1 parent d86e58b commit a14c7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/msk-cluster/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Resources:
4646
ClientSgModule: !GetAtt 'ClientSg.Outputs.StackName'
4747
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
4848
NumberOfBrokerNodes: !GetAtt 'Vpc.Outputs.NumberOfAvailabilityZones'
49-
KafkaVersion: '2.2.1'
49+
KafkaVersion: '3.7.x'
5050
InstanceType: 'kafka.t3.small'
5151
EBSVolumeSize: '10'
5252
TemplateURL: './node_modules/@cfn-modules/msk-cluster/module.yml'

0 commit comments

Comments
 (0)