You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have solr-cloud setup with external Zookeeper. I am connecting solr-cloud to the node service. All are deployed in the same GKE cluster.
I am using this solr-client package in our node services.
With this library I am able connect to solr cloud using solr-cluster I.P. and PORT but I want to connect it through zookeeper as its the ZooKeeper who is aware and keep track of the cluster state. While trying to connect it to zookeeper I passed the zookeeper service detail inside this client but i'm getting below error:
I have tried to connect to zookeeper in many ways. First I provided zookeeper DNS service name but it didn't work. Then I provided public I.P. of zookeeper cluster with the port but still got the above error whereas ZKE is deployed in same GKE cluster and it is reachable to other services.
We have java service as well which is successfully connected to zookeeper through its service DNS name.
Please guide me what should I do to run with ZooKeeper.
Thanks,
Satyendra
The text was updated successfully, but these errors were encountered:
Hi All,
I have solr-cloud setup with external Zookeeper. I am connecting solr-cloud to the node service. All are deployed in the same GKE cluster.
I am using this solr-client package in our node services.
With this library I am able connect to solr cloud using solr-cluster I.P. and PORT but I want to connect it through zookeeper as its the ZooKeeper who is aware and keep track of the cluster state. While trying to connect it to zookeeper I passed the zookeeper service detail inside this client but i'm getting below error:
](https://github.com/lbdremy/solr-node-client/assets/95628264/00df09ec-e542-4efd-8953-d6bcbeed96f4%22%3E)
I have tried to connect to zookeeper in many ways. First I provided zookeeper DNS service name but it didn't work. Then I provided public I.P. of zookeeper cluster with the port but still got the above error whereas ZKE is deployed in same GKE cluster and it is reachable to other services.
We have java service as well which is successfully connected to zookeeper through its service DNS name.
Please guide me what should I do to run with ZooKeeper.
Thanks,
Satyendra
The text was updated successfully, but these errors were encountered: