Connecting KafkaTopics of multiple namespaces to a single Kafka cluster #11974
Unanswered
osamamagdy
asked this question in
Q&A
Replies: 1 comment 11 replies
-
|
The Topic and User Operators always watch only one namespace. So you cannot use it for the scenario you describe. You would need to copy the KafkaTopics into a single namespace for example to make a use of it. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a use case where I deploy the kafka cluster in one namesapce (for example
namespace1) but all our KafkaTopics will be deployed in multiple namespaces for separation between different teams where each team deploy its own KafkaTopic in a separate namespace. In the documentation, it mentions here that we can set the Cluster operator to watch all namespaces, I only have one kafka cluster but multiple kafka topics, will that be enough?What is the use of
TopicOperatorin this scenario?Beta Was this translation helpful? Give feedback.
All reactions