Re: Consumers in a different datacenters

2015-05-19 Thread Manoj Khangaonkar
You can use MirrorMaker to mirror the topic from cluster A to cluster B. This has the benefit of avoiding consumers in B connecting to A which could have some latency regards On Tue, May 19, 2015 at 11:46 AM, Bill Hastings wrote: > Hi All > > Has anyone tried this? We have two data centers A an

Re: Consumers in a different datacenters

2015-05-19 Thread Adam Dubiel
Hi Bill, I don't know if this is exactly the same case (last part "when they get the topic tehy apply locally" is bit unclear), but we have setup with Kafka in DC A and consumers both in DC A and DC B. Actually we also have producers in A and B writing to Kafka in A, but we are trying to change th

Consumers in a different datacenters

2015-05-19 Thread Bill Hastings
Hi All Has anyone tried this? We have two data centers A and B. We would like data replicated between A and B. So I would like to have a kafka cluster set up in A and B. When we need to replicate from A-->B I would like the app in A publish a topic to the kafla cluster in data center A. The corres