lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
81 stars 17 forks source link

Multi cluster support #102

Open gbasile17 opened 1 year ago

gbasile17 commented 1 year ago

Currently, this operator only supports one kafka cluster per deployment. Strimzi supports multiple clusters deployed to various different namespaces. Is there a way for this operator to deploy multiple schema registries to each strimzi kafka cluster within a k8's cluster? Would trhere be problems if I deployed multiple instances of the operator to the k8's cluster (one per strimzi kafka cluster)?