Add das parameters topic
This commit is contained in:
parent
babeb5007f
commit
7d1bb489bc
1 changed files with 15 additions and 0 deletions
15
kafka-resources/base/kafka-core/kafka-das-params-topic.yaml
Normal file
15
kafka-resources/base/kafka-core/kafka-das-params-topic.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: kafka.strimzi.io/v1beta2
|
||||
kind: KafkaTopic
|
||||
metadata:
|
||||
name: kafka-das-params-topic
|
||||
namespace: kafka
|
||||
labels:
|
||||
strimzi.io/cluster: kafka-cluster
|
||||
app.kubernetes.io/part-of: kafka
|
||||
spec:
|
||||
partitions: 1
|
||||
replicas: 1
|
||||
config:
|
||||
# http://kafka.apache.org/documentation/#topicconfigs
|
||||
# max.message.bytes: x
|
||||
cleanup.policy: compact
|
Loading…
Add table
Reference in a new issue