Hi, I have a solr cloud setup. Two clusters - Primary and Secondary. Each cluster has two collections. Primary cluster is hosted on Solr Node N1, N2, N3 Secondary Cluster is hosted on Solr Nodes N3, N4, N5 . All solr nodes are on different physical servers. Primary clusters are running on zk1,zk2,zk3 quorum whereas Secondary is running on zk4,zk5,zk6.
Now for production i need to configure F5 such that if i don't have response from Primary cluster , i should route it to Secondary cluster. Please let me know how F5 would help to achieve this. How to configure solr nodes to F5 load balancer? If any other load balancer would help to achieve this or using cloudsolrclient will make my setup fault tolerant. Thanks Preeti