Multiple Kafka Clusters for resiliency #10155
-
Hello. I am investigating a way of avoiding having Kafka brokers down when changing Kafka Clusters. One idea that came to mind was to have 2 Kafka Clusters in an active-passive way to avoid having brokers down. Is this possible with Strimzi Kafka? Maybe using MirrorMaker? This is the behaviour we were looking for:
(I might me oversimplifying this behaviour but just to outline what I am looking for) Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I'm not sure why would you need such a thing. Active-passive mirroring is used for disaster recovery purposes. But if you want, you should probaly start by trying it out to see how easy it is to switch the passive cluster to active and the other way around. |
Beta Was this translation helpful? Give feedback.
I'm not sure why would you need such a thing. Active-passive mirroring is used for disaster recovery purposes. But if you want, you should probaly start by trying it out to see how easy it is to switch the passive cluster to active and the other way around.