Replies: 1 comment 6 replies
-
You should probably clarify what exactly you mean by undeployed. But I do not think it works the way you expect it to work. The MM2 as well as the passive cluster in the active-passive cluster pair still needs to be running and syncing the data. The passive cluster is passive only in the sense that it is not used by clients. If the MM2 and the passive cluster would not be running, they won't have any messages or topics when the active cluster fails and you would need to switch to them. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there any way to keep the kafka / zk / mm2 cluster undeployed ? I tried setting the replicas to 0 but it didn't work because strimzi doesn't allow it. The reason why I am asking is I want to keep the cluster as Passive cluster so that the Active cluster goes down , producers / consumers can connect to the passive cluster which will be deployed immediately. My goal is to keep the kafka CR ready but it shouldn't get deployed by Strimzi and whenever I want to switch , the cluster has to get deployed with a little changes on the CR
Please advice if there is any way to do it
Beta Was this translation helpful? Give feedback.
All reactions