Noble Paul created SOLR-7834:
--------------------------------

             Summary: SolrJ should be able to work without access to ZK
                 Key: SOLR-7834
                 URL: https://issues.apache.org/jira/browse/SOLR-7834
             Project: Solr
          Issue Type: Improvement
            Reporter: Noble Paul


Exposing Zookeeper to every client makes the cluster less secure by exposing 
internal data to others. it also means we need to give different access control 
to Solr/SolrJ.

We have CLUSTERSTATUS API which exposes the state of the cluster. A client 
should be possibly be able to learn about the state by just hitting that end 
point. Instead of constantly watching the state it can use an optimistic 
caching of state (SOLR-5474)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to