Skip to content

bug: MSK deafulting to version 2.8.0 everytime #12056

@OssamaTammam

Description

@OssamaTammam

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Whenever I try to create an MSK Kafka cluster using the CLI or terraform it always ends up using version 2.8.0 even if I specify another version that is supported like 3.6.1

Expected Behavior

The container should be created with specified supported version

How are you starting LocalStack?

With the localstack script

Steps To Reproduce

How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)

localstack start -d -e ENFORCE_IAM=1 -e EKS_K3S_IMAGE_TAG=v1.29.12-rc1-k3s1

Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)

awslocal kafka create-cluster
--cluster-name "EventsCluster"
--broker-node-group-info file://brokernodegroupinfo.json
--kafka-version "3.6.1"
--number-of-broker-nodes 3

Environment

- OS: Fedora Linux 41 (Workstation Edition)
- LocalStack:
  LocalStack version: 4.0.0
  LocalStack Docker image sha:
  LocalStack build date:
  LocalStack build git hash:

Anything else?

https://localstack-community.slack.com/archives/CMAFN2KSP/p1734639480758509?thread_ts=1734617172.742949&cid=CMAFN2KSP

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions