-
Hi, I am connecting my existing kafka cluster in AWS using the Topic Operator to create topics, As soon as I create the topic operator resources using the Yaml manifests, The topic operator imports all the existing topics as well(which I think is the expected behaviour). Is there any way in which the topic operator doesn't imports all the existing topics and only manages the ones that we create using the topic operator itself. Or can I restrict the topic operator that it cannot delete the topics and only creates those. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, this is not possible. The operator requires that to understand what the current and desired states of the topics are. |
Beta Was this translation helpful? Give feedback.
No, this is not possible. The operator requires that to understand what the current and desired states of the topics are.