kafka-cluster-template.patch 800 B

12345678910111213141516171819202122
  1. --- cluster.yaml-orig 2025-05-29 08:23:09.286814851 -0400
  2. +++ cluster.yaml 2025-05-29 08:14:35.748238943 -0400
  3. @@ -11,7 +11,7 @@
  4. name: ${CLUSTER_NAME}
  5. spec:
  6. kafka:
  7. - version: 2.8.0
  8. + version: 3.9.0
  9. replicas: "${{BROKER_REPLICAS}}"
  10. listeners:
  11. - name: plain
  12. @@ -30,8 +30,8 @@
  13. offsets.topic.replication.factor: "${{BROKER_REPLICAS}}"
  14. transaction.state.log.replication.factor: "${{BROKER_REPLICAS}}"
  15. transaction.state.log.min.isr: "${{TRX_STATE_LOG_MIN_ISR}}"
  16. - log.message.format.version: "2.8"
  17. - inter.broker.protocol.version: "2.8"
  18. + log.message.format.version: "3.9"
  19. + inter.broker.protocol.version: "3.9"
  20. storage:
  21. type: ephemeral
  22. zookeeper: