Skip to content

Commit

Permalink
Update Kafkas to 3.7.0 and 3.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Sep 5, 2024
1 parent 462c4b9 commit 838e6be
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions amq-streams/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
clients: used
spec:
kafka:
version: 3.6.0
version: 3.7.0
replicas: 7
listeners:
- name: plain
Expand All @@ -31,8 +31,8 @@ spec:
offsets.topic.replication.factor: 5
transaction.state.log.replication.factor: 5
transaction.state.log.min.isr: 3
log.message.format.version: "3.6"
inter.broker.protocol.version: "3.6"
log.message.format.version: "3.7"
inter.broker.protocol.version: "3.7"
log.retention.hours: -1 # i.e., not time limit is applied
log.retention.bytes: 104000000 # 104 MB
log.segment.bytes: 56000000 # 56 MB
Expand Down
2 changes: 1 addition & 1 deletion debezium/connector/040-Connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
annotations:
strimzi.io/use-connector-resources: "true"
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: anubis-kafka-bootstrap.strimzi-kafka.svc:9093
metricsConfig:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: STRIMZI_FEATURE_GATES
value: ""
value: "+ContinueReconciliationOnManualRollingUpdateFailure"
- name: STRIMZI_LEADER_ELECTION_ENABLED
value: "true"
- name: STRIMZI_LEADER_ELECTION_LEASE_NAME
Expand Down
2 changes: 1 addition & 1 deletion strimzi/kraft-mode/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
# ignored by nodepools, needed just for schema validation
listeners:
- name: plain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
mode: kraft
spec:
version: 3.7.1
version: 3.8.0
replicas: 3
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: STRIMZI_FEATURE_GATES
value: ""
value: "+ContinueReconciliationOnManualRollingUpdateFailure"
- name: STRIMZI_LEADER_ELECTION_ENABLED
value: "true"
- name: STRIMZI_LEADER_ELECTION_LEASE_NAME
Expand Down
6 changes: 3 additions & 3 deletions strimzi/zookeeper-mode/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
listeners:
- name: plain
port: 9092
Expand All @@ -67,8 +67,8 @@ spec:
log.retention.hours: -1 # i.e., not time limit is applied
log.retention.bytes: 128000000 # 128 MB
log.segment.bytes: 64000000
log.message.format.version: "3.7"
inter.broker.protocol.version: "3.7"
log.message.format.version: "3.8"
inter.broker.protocol.version: "3.8"
min.insync.replicas: 2
authorization:
type: simple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
mode: zookeeper
spec:
version: 3.7.1
version: 3.8.0
replicas: 3
resources:
requests:
Expand Down

0 comments on commit 838e6be

Please sign in to comment.