ibm-watson-iot / iot-docs

Documentation
8 stars 29 forks source link

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

Open itl-wengng opened 3 years ago

itl-wengng commented 3 years ago

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 commented 3 years ago

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