Skip to content

Instantly share code, notes, and snippets.

@rubenvp8510
Created January 16, 2020 04:35
Show Gist options
  • Save rubenvp8510/f0fa027367361b70e906ac6763b3dda4 to your computer and use it in GitHub Desktop.
Save rubenvp8510/f0fa027367361b70e906ac6763b3dda4 to your computer and use it in GitHub Desktop.
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
spec:
kafka:
version: 2.4.0
replicas: 1
listeners:
plain: {}
tls: {}
config:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.3"
num.partitions: 2
storage:
type: ephemeral
zookeeper:
replicas: 3
storage:
type: ephemeral
entityOperator:
topicOperator: {}
userOperator: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment