Last active
January 16, 2020 04:07
-
-
Save rubenvp8510/1008782982fac8e7bafa3e7076ef6916 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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