It appears that new version 0.2.6 of Strimzi.io does no longer supports Kafka 2.7.0. However we do have a hard reference to this version into the Kafka custom resource the operator is creating. This make the reconciliation loop crashes during the install of Microcks.
It appears that this version information is no longer mandatory. We can omit it and in this case the Strimizi operator is using the default Kafka version it is managing. Hence, we should remove this version from our Kafka resources.
It appears that new version 0.2.6 of Strimzi.io does no longer supports Kafka 2.7.0. However we do have a hard reference to this version into the
Kafka
custom resource the operator is creating. This make the reconciliation loop crashes during the install of Microcks.It appears that this version information is no longer mandatory. We can omit it and in this case the Strimizi operator is using the default Kafka version it is managing. Hence, we should remove this version from our
Kafka
resources.