[ 
https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17049965#comment-17049965
 ] 

Jan Høydahl commented on SOLR-13942:
------------------------------------

{quote}I feel like I'm talking to a wall . the comment I posted 20mins back 
just addresses these 2 questions
{quote}
When I answered, your commend said the following:
{quote}bin/solr is not everyone has everywhere. People have curl & wget & a 
browser everywhere.

If I want to script something up and read data in ZK there is no alternative

I would like to merge it soon
{quote}
Since then you edited it to answer the security.

I am still not convinced - ZK internals should not be part of our public API. 
ZK contains lots of internals. Please give some good concrete examples of what 
you'd use it for. Perhaps that will reveal real user needs that call for new 
managed Solr APIs?

> /api/cluster/zk/* to fetch raw ZK data
> --------------------------------------
>
>                 Key: SOLR-13942
>                 URL: https://issues.apache.org/jira/browse/SOLR-13942
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> example
> download the {{state.json}} of
> {code}
> GET http://localhost:8983/api/cluster/zk/collections/gettingstarted/state.json
> {code}
> get a list of all children under {{/live_nodes}}
> {code}
> GET http://localhost:8983/api/cluster/zk/live_nodes
> {code}
> If the requested path is a node with children show the list of child nodes 
> and their meta data



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to