Hi Team , We are using solrcloud with cluster. Could some one please clarify ,if I do a read or write operation specifically using the URL for 1 solr node ,can the read and write requests be redirected to the other cluster node ?Our Java application is using solr URL for 1 particular node of cluster ,but requests seem to be going to the other cluster node as well.
We did understand that write to 1 node should reflect automatically to other cluster node ,but can the "read/search" operation to one solr node URL be redirected to the other solr node on its own ,even if we specifically used the URL for 1 node? Solr version ->v8.6.3 Zookeeper version ->v3.5.8 Thanks Anchal
