> It isn't really possible for two clusters to mirror each > other - as the mirroring would never end
Are there ways to work around this? For example, let us say that I have two clusters (cluster1 in DC1 and cluster2 in DC2). And let's say that all producers in DC1 write to topic A in cluster1 and all producers in DC2 write to topic B in cluster2. Isn't it possible to have a mirroring setup where cluster1 mirrors topic B from cluster2 and cluster2 mirrors topic A from cluster1? If this is possible, then we can have consumers in both DC's consume from topics A and B, and pretty much have two way mirroring.