Cross data center replication sounds like a great feature. I read Yonik's post on it. I'll keep my ear to the ground. In the meantime it's good to know there's nothing built in to handle this, so it will involve some design effort.
I have my head wrapped around sending index requests in parallel, but in a later post you mentioned how you separately track the most recent update and are able to sync from that point if needed. That I don't get. Is it an index version you are tracking? Is the version number unique to the cluster or is a per collection/shard number? So you have built something that can read the zookeeper transaction logs and forward updates to another cluster. That's clever. If you have time to provide any more pointers on implementing such a solution I would really appreciate it. thanks, Ted -- View this message in context: http://lucene.472066.n3.nabble.com/replicate-indexing-to-second-site-tp4256240p4256399.html Sent from the Solr - User mailing list archive at Nabble.com.