]> juplo.de Git - demos/kafka/monitoring/commitdiff
Strimzi - Blog 1: Switched back to the unchanged example -- DOES NOT WORK
authorKai Moritz <kai@juplo.de>
Tue, 3 Oct 2023 07:05:47 +0000 (09:05 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 4 Oct 2023 17:25:56 +0000 (19:25 +0200)
See:
https://itnext.io/kafka-on-kubernetes-the-strimzi-way-part-1-bdff3e451788

Start with: `kubectl -n juplo apply -f cluster.yaml`

strimzi-kafka/cluster.yaml

index 8e12be79d85edd4d1dd366881d371a9f37f3f305..4eb3248b723c6f590b91a5f2a6b80b5c492223df 100644 (file)
@@ -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: