My prior use of SOLR in production was pre SOLR cloud. We put a round-robin load balancer in front of replicas for searching.
Do I understand correctly that a load balancer is unnecessary with SOLR Cloud? I. E. -- SOLR and Zookeeper will balance the load, regardless of which replica's URL is getting hit? Are there any caveats? Thanks,