Re: Kafka Cluster disaster decovery

2014-11-06 Thread Neha Narkhede
A common solution for disaster recovery is to mirror the Kafka cluster into another one deployed in a separate data center. The mirroring is not synchronous so there might be some message loss when you lose the entire cluster in some disaster. Thanks, Neha On Mon, Nov 3, 2014 at 7:43 AM, Guozhang

Re: Kafka Cluster disaster decovery

2014-11-03 Thread Guozhang Wang
Yingkai, Kafka uses persistent storage so the data written to it will not be lost, you just need to restart the cluster. But during the down time it will become un-available. Guozhang On Fri, Oct 31, 2014 at 2:06 PM, Yingkai Hu wrote: > Hi All, > > I’m new to Kafka, please direct me to the r

Kafka Cluster disaster decovery

2014-10-31 Thread Yingkai Hu
Hi All, I’m new to Kafka, please direct me to the right path if it is a duplicate question. Basically I deployed Kafka to a 4 machine cluster, what if the whole cluster went down, does kafka provide any backup/restore mechanism? Please advise. Thanks! Yingkai