Replies: 2 comments
-
https://strimzi.io/docs/operators/latest/deploying#deploying-the-topic-operator-standalone-str My bad 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to clarify -> you can use the Unidirectional Topic Operator with Strimzi powered Kafka cluster as well as with some other Kafka cluster. But they need to be separate installations with their own |
Beta Was this translation helpful? Give feedback.
0 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.
-
Following the docs https://strimzi.io/docs/operators/latest/deploying#ref-operator-unidirectional-topic-operator-feature-gate-str
Does that mean topics without the
strimzi.io/managed
annotation will be specified as bidirectional?We have two Kafka clusters, one deployed on Kubernetes and managed by Strimzi, another deployed with cp-ansible, we want to use Strimzi TopicOperator to manage topics in both cluster, but we want to use bidirectional for the one created by strimzi and Unidirectional for another.
Beta Was this translation helpful? Give feedback.
All reactions