If your clusters are able to use the same Zookeeper, then they are in the same data center (or AWS region), so you should not need CDCR. That is for clusters in different data centers. Also, CDCR has some known problems.
What are you trying to solve with CDCR? There may be a better way to solve it. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jun 2, 2020, at 6:35 AM, Gell-Holleron, Daniel > <daniel.gell-holle...@gb.unisys.com> wrote: > > Many thanks for this information! > > > -----Original Message----- > From: Colvin Cowie <colvin.cowie....@gmail.com> > Sent: 02 June 2020 09:46 > To: solr-user@lucene.apache.org > Subject: Re: Multiple Solr instances using same ZooKeepers > > You can specify a different "chroot" directory path in zookeeper for each > cloud > https://lucene.apache.org/solr/guide/8_5/setting-up-an-external-zookeeper-ensemble.html#using-a-chroot > > On Tue, 2 Jun 2020 at 09:33, Gell-Holleron, Daniel < > daniel.gell-holle...@gb.unisys.com> wrote: > >> Hi there, >> >> We are in the process of deploying Solr Cloud with CDCR. >> >> I would like to know if multiple instances of Solr (4 Solr servers for >> one instance, 4 for another instance) can use the same ZooKeeper servers? >> >> This would prevent us from needing multiple ZooKeepers servers to >> serve each instance of Solr. >> >> Regards, >> >> Daniel >> >>