Add connectors topics

This commit is contained in:
Benedith Mulongo 2024-11-18 16:53:14 +01:00
parent f9aaf86ad9
commit 103723454e
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: connect-configs
namespace: kafka
labels:
strimzi.io/cluster: kafka-cluster
spec:
partitions: 1
replicas: 1
config:
# http://kafka.apache.org/documentation/#topicconfigs
cleanup.policy: compact

View file

@ -0,0 +1,13 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: connect-offsets
namespace: kafka
labels:
strimzi.io/cluster: kafka-cluster
spec:
partitions: 1
replicas: 1
config:
# http://kafka.apache.org/documentation/#topicconfigs
cleanup.policy: compact

View file

@ -0,0 +1,13 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: connect-status
namespace: kafka
labels:
strimzi.io/cluster: kafka-cluster
spec:
partitions: 1
replicas: 1
config:
# http://kafka.apache.org/documentation/#topicconfigs
cleanup.policy: compact