Hi, While sending updates to solr cloud i randomly send updates to one of the node (in my cloud) directly using httpSolrServer. if i use cloudSolrServer (by passing zk ip's), instead of httpSolrServer can i expect any improvment in performance.
my baisc question is how does updates propagate when i directly send updates to one of the node using httpSolrServer in cloud model. - will the update bounces back to leader direclty?? - or will it send to every node till it finds leader?? Thank You.