We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Test jobs are failing due to an operator rejecting the Kafka version:
2022-11-03 21:07:36 ERROR AbstractOperator:258 - Reconciliation #7(timer) Kafka(kafka/my-cluster): createOrUpdate failed io.strimzi.operator.cluster.model.KafkaVersion$UnsupportedKafkaVersionException: Unsupported Kafka.spec.kafka.version: 3.1.0. Supported versions are: [3.2.0, 3.2.1, 3.2.3, 3.3.1] at io.strimzi.operator.cluster.model.KafkaVersion$Lookup.supportedVersion(KafkaVersion.java:166) ~[io.strimzi.cluster-operator-0.32.0.jar:0.32.0] at io.strimzi.operator.cluster.operator.assembly.VersionChangeCreator.<init>(VersionChangeCreator.java:87) ~[io.strimzi.cluster-operator-0.32.0.jar:0.32.0] at io.strimzi.operator.cluster.operator.assembly.KafkaAssemblyOperator$ReconciliationState.versionChangeCreator(KafkaAssemblyOperator.java:373) ~[io.strimzi.cluster-operator-0.32.0.jar:0.32.0] at io.strimzi.operator.cluster.operator.assembly.KafkaAssemblyOperator$ReconciliationState.versionChange(KafkaAssemblyOperator.java:382) ~[io.strimzi.cluster-operator-0.32.0.jar:0.32.0] at io.strimzi.operator.cluster.operator.assembly.KafkaAssemblyOperator.lambda$reconcile$2(KafkaAssemblyOperator.java:152) ~[io.strimzi.cluster-operator-0.32.0.jar:0.32.0] at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) ~[io.vertx.vertx-core-4.3.4.jar:4.3.4]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Test jobs are failing due to an operator rejecting the Kafka version:
The text was updated successfully, but these errors were encountered: