Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a client using multiple Zookeeper URL #217

Open
ri-sh opened this issue Sep 25, 2018 · 0 comments
Open

Creating a client using multiple Zookeeper URL #217

ri-sh opened this issue Sep 25, 2018 · 0 comments

Comments

@ri-sh
Copy link

ri-sh commented Sep 25, 2018

Hi i have solr cloud with zookeeper setup
we use python to connect to solr using zookeper URLs
import pysolr
pysolr.ZooKeeper.CLUSTER_STATE = '/collections/articles_collection/state.json'
zookeeper = pysolr.ZooKeeper("zookeperURL1:2181, zookeeperURL2:2181, zookeeperURL3:2181")
solr = pysolr.SolrCloud(zookeeper, "articles_collection",timeout=10)

is it possible to create a node solr-client with the 3 zookeper urls using solr-client node library ?

Repository owner deleted a comment from alishah730 Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant