Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAS-Kafka-cluster yaml (v 2.40) not supported by current Strimzi #8

Open
itl-wengng opened this issue Jan 4, 2021 · 1 comment
Open

Comments

@itl-wengng
Copy link

Need a little help. Installed Strimzi in the IBM Cloud (operator hub) - for my OpenShift cluster.
This is for setting up MAS.
Instructions in github states to use the mas-kafka-cluster yaml to create a Kafka cluster for MAS
(https://github.com/ibm-watson-iot/iot-docs/blob/master/kafka/kafka-resources/mas-kafka-cluster.yaml)

However the Strimzi version (0.20.1) states ... " Remove support for 2.4.0 and 2.4.1"

So the yaml definition here is no longer supported. I cannot create the Kafka cluster & am stuck at this point.
Can someone help to create a new mas-kafka-cluster yaml for the version of Strimzi.

Thank you for your help - I am a newbie and am trying to learn MAS

@istrate
Copy link

istrate commented Jan 4, 2021

You should change the yml file to use kafka 2.5.1 or 2.6.0, that means that the below

spec:
  kafka:
    version: 2.4.0

should be

spec:
  kafka:
    version: 2.5.1

or

spec:
  kafka:
    version: 2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants