-
hi team, thank you so much for your time. during the usage, i found the behavior of deployment with two Kafka clusters deploying under the same namespace is weird. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
May 9, 2022
Replies: 1 comment 1 reply
-
You can have multiple Kafka instances in the same namespace. But only one of them should have the User and Topic operators enabled. Otherwise they might conflict with each other. The general recommendation is to not have multiple clusters in the same namespace. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gnosnay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have multiple Kafka instances in the same namespace. But only one of them should have the User and Topic operators enabled. Otherwise they might conflict with each other. The general recommendation is to not have multiple clusters in the same namespace.