The current zookeeper api is not for public consumption. That's
specifically designed to be consumed by the admin UI. We don't guarantee to
support that api at all. However, we plan to introduce a semi-supported api
in the next version of solr (8.6).

On Fri, Mar 20, 2020, 01:56 Bram Van Dam <[email protected]> wrote:

> Hey folks,
>
> SolrJ's CommonParams.java contains a list of URL paths which are admin
> requests (ADMIN_PATHS). Requests to these paths follow a different route
> in the (Cloud)SolrClient, one where they don't require a "collection"
> property. Which makes sense, after all System Info etc does not relate
> to any individual collection.
>
> The ZK_STATUS_PATH is conspicuously missing from this list, which means
> it effectively can't queried using SolrJ. The actual path,
> /admin/zookeeper/status, seems to suggest that it is, after all, an
> admin request.
>
> Is there a reason this is missing? Or shall I open a jira and attach a
> patch? Right now I have to jump through hoops to obtain the ZK status
> info, it'd be much more convenient if I could just use SolrJ.
>
> Thanks,
>
>  - Bram
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to