Skip to content

Commit

Permalink
Upgrade kafka component version to 3.1.0 (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
akankshakumari393 committed Mar 15, 2022
1 parent 9834207 commit f72150e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions examples/kafka/adobe-s3-connector/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 2.8.0
version: 3.1.0
replicas: 1
listeners:
- name: plain
Expand All @@ -15,6 +15,10 @@ spec:
port: 9093
type: internal
tls: true
logging:
type: inline
loggers:
kafka.root.logger.level: "INFO"
template:
pod:
securityContext:
Expand All @@ -24,8 +28,7 @@ spec:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
inter.broker.protocol.version: "3.1"
storage:
type: jbod
volumes:
Expand All @@ -40,6 +43,10 @@ spec:
securityContext:
runAsUser: 0
fsGroup: 0
logging:
type: inline
loggers:
zookeeper.root.logger.level: "INFO"
storage:
type: persistent-claim
size: 100Gi
Expand Down

0 comments on commit f72150e

Please sign in to comment.