Missed this thread - can you elaborate a bit more on your use case? I'm assuming you are referring to the inter-cluster (mirroring) feature (and not replication). It isn't really possible for two clusters to mirror each other - as the mirroring would never end, at least the way it is implemented right now. If you want the aggregate data from all your data-centers to be available in each data-center there are some topologies that may work for you.
Joel On Mon, Jul 16, 2012 at 2:32 PM, Christian Carollo <ccaro...@gmail.com>wrote: > We are looking to implement a multi-mirror queue architecture and > wondering if there are any known documents or examples. In general, we are > looking to setup two Kafka clusters that replicate or mirror one another. > > Christian