lucidworks / spark-solr

Tools for reading data from Solr as a Spark RDD and indexing objects from Spark into Solr using SolrJ.
Apache License 2.0
446 stars 250 forks source link

In addition to zkHosts, add option to specify a list of solr urls #316

Open nddipiazza opened 3 years ago

nddipiazza commented 3 years ago

We should add the ability to specify a list of Solr URLs. This allows us to focus on Solr HTTP calls instead of having to deal with zookeeper, which can cut down on some zookeeper sync issues in certain use cases. Also helps in situations where zookeeper is not used at all.