Re: Cross DC CloudSolr Client

2020-03-29 Thread S G
Is there any good way of having a load-balancer across two SolrCloud clusters (version 8.x or 7.x) that are in different regions (like Azure East and Azure West) ? Thanks SG On Thu, Mar 26, 2020 at 4:53 AM Erick Erickson wrote: > I’ve never even heard of someone trying to put > different ensemb

Re: Cross DC CloudSolr Client

2020-03-26 Thread Erick Erickson
I’ve never even heard of someone trying to put different ensembles in the same connection string for a single client. Create N CloudSolrClients, one for each DC. And why do you want to try to contact individual nodes? CloudSolrClient will do that for you. Best, Erick > On Mar 26, 2020, at 2:38

Cross DC CloudSolr Client

2020-03-25 Thread Lucky Sharma
Hi all, Just wish to confirm on the cross DC connection situation from the CloudSolrClient. Scenario: We have multiple DC with the same collection data. Can we add the zookeeper connect string of the DC's to the cloud SolrClient. Will it work like this: The client will utilise this connection stri