RE: failover strategy

2013-07-01 Thread Yu, Libo
degrade the performance greatly. Regards, Libo -Original Message- From: Jun Rao [mailto:jun...@gmail.com] Sent: Sunday, June 30, 2013 11:48 PM To: users@kafka.apache.org Subject: Re: failover strategy LinkedIn uses the first method for cross DC mirroring. For the second method, there

Re: failover strategy

2013-06-30 Thread Jun Rao
:jjkosh...@gmail.com] > Sent: Friday, June 28, 2013 8:59 PM > To: users@kafka.apache.org > Subject: Re: failover strategy > > The second method (replication across DCs) is not recommended. > The first set up would work provided the set of topics you are mirroring > from A->B

RE: failover strategy

2013-06-29 Thread Yu, Libo
Message- From: Joel Koshy [mailto:jjkosh...@gmail.com] Sent: Friday, June 28, 2013 8:59 PM To: users@kafka.apache.org Subject: Re: failover strategy The second method (replication across DCs) is not recommended. The first set up would work provided the set of topics you are mirroring from A

Re: failover strategy

2013-06-28 Thread Joel Koshy
The second method (replication across DCs) is not recommended. The first set up would work provided the set of topics you are mirroring from A->B is disjoint from the set of topics you are mirroring from B->A (i.e., to avoid a mirroring loop). Joel On Fri, Jun 28, 2013 at 5:29 PM, Yu, Libo wrote