Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Last active October 12, 2020 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/8a0d44272788ec78a283c598d5f796b8 to your computer and use it in GitHub Desktop.
Save thoraxe/8a0d44272788ec78a283c598d5f796b8 to your computer and use it in GitHub Desktop.
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
namespace: serverless-demo
spec:
kafka:
config:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: '2.5'
version: 2.5.0
storage:
type: ephemeral
replicas: 1
listeners:
plain: {}
tls: {}
entityOperator:
topicOperator: {}
userOperator: {}
zookeeper:
storage:
type: ephemeral
replicas: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment