This means it's not recommended to spread a cluster of brokers over more than one data center? Are there specific timing or performance issues related to this?
> Intra-cluster replication support is not recommended for an inter-DC set up. You can instead set up a mirror of a cluster in another DC. > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+mirroring+%28MirrorMaker%29 > Thanks, > Joel > On Mon, Sep 16, 2013 at 4:19 PM, Tom Amon <ta46...@gmail.com> wrote: > > Is it possible to specify data center information to Kafka such that > > all replicas for a given partition are not in the same data center? We > > have a cluster that spans 2 data centers and I'd like to ensure that > > we're covered if we lose one of them.