From: Kai Moritz Date: Tue, 3 Oct 2023 07:05:47 +0000 (+0200) Subject: Strimzi - Blog 1: Switched back to the unchanged example -- DOES NOT WORK X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=ee750b0d46f3b6febf80034768a71df597828283;p=demos%2Fkafka%2Fmonitoring Strimzi - Blog 1: Switched back to the unchanged example -- DOES NOT WORK See: https://itnext.io/kafka-on-kubernetes-the-strimzi-way-part-1-bdff3e451788 Start with: `kubectl -n juplo apply -f cluster.yaml` --- diff --git a/strimzi-kafka/cluster.yaml b/strimzi-kafka/cluster.yaml index 8e12be7..4eb3248 100644 --- a/strimzi-kafka/cluster.yaml +++ b/strimzi-kafka/cluster.yaml @@ -1,10 +1,10 @@ -apiVersion: kafka.strimzi.io/v1beta2 +apiVersion: kafka.strimzi.io/v1beta1 kind: Kafka metadata: name: juplo spec: kafka: - version: 3.5.1 + version: 2.4.0 replicas: 1 listeners: plain: {} @@ -12,6 +12,7 @@ spec: offsets.topic.replication.factor: 1 transaction.state.log.replication.factor: 1 transaction.state.log.min.isr: 1 + log.message.format.version: "2.4" storage: type: ephemeral zookeeper: