Skip to content

Instantly share code, notes, and snippets.

@rubenvp8510
Last active January 16, 2020 04:07
Show Gist options
  • Save rubenvp8510/1008782982fac8e7bafa3e7076ef6916 to your computer and use it in GitHub Desktop.
Save rubenvp8510/1008782982fac8e7bafa3e7076ef6916 to your computer and use it in GitHub Desktop.
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
spec:
kafka:
image: registry.redhat.io/amq7/amq-streams-kafka-23:1.3.0
version: 2.3.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