A new CDCR architecture is discussed in SIP-13
https://cwiki.apache.org/confluence/display/SOLR/SIP-13:+Cross+Data+Center+Replication
and being worked on in the sandbox repo
https://github.com/apache/solr-sandbox/tree/crossdc-wip
You should check with Anshum and Mark for details.
Jan
> 1. jul
Hi Eugene,
As far as I know, there's no alternative to CDCR within Solr. And yes, it
would be dangerous for the cluster to span multiple DCs. Not so much Solr
itself (you could use shard preference to get queries to hit only one DC),
but for Zookeeper. All Solr(Cloud) nodes will have to keep an op
Howdy!
Is there an alternative to CDCR that doesn't require changes to
application code?
I'd like to set up replication between regions (currently running
8.x). It will be near real time since the data change is megabytes per
day, and apparently CDCR was deprecated in 8.6 (and dropped in v9) and