Gareth Healy
2020-02-10 16f23bf871020f763ae1be4ab1ecd92da8131516
commit | author | age
2282af 1 apiVersion: kafka.strimzi.io/v1beta1
GH 2 kind: Kafka
3 metadata:
16f23b 4   name: {{ _namespace }}-cluster
2282af 5 spec:
GH 6   entityOperator:
7     topicOperator: {}
8     userOperator: {}
9   kafka:
10     config:
11       log.message.format.version: '2.3'
12       offsets.topic.replication.factor: 3
13       transaction.state.log.min.isr: 2
14       transaction.state.log.replication.factor: 3
15     listeners:
16       plain: {}
17       tls: {}
16f23b 18     replicas: 1
2282af 19     storage:
GH 20       type: ephemeral
21     version: 2.3.0
22   zookeeper:
16f23b 23     replicas: 1
2282af 24     storage:
GH 25       type: ephemeral