Skip to content

Commit

Permalink
💫 Bump Kafka to 3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Oct 19, 2023
1 parent 7c78346 commit 00e1a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kafka/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.5.1
version: 3.6.0
replicas: 3
listeners:
# PLAINTEXT
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
auto.create.topics.enable: false
inter.broker.protocol.version: "3.5"
inter.broker.protocol.version: "3.6"
storage:
type: ephemeral
zookeeper:
Expand Down

0 comments on commit 00e1a92

Please sign in to comment.