Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Solr uses AdminHandlersProxy to forward certain v1 'admin' APIs from the receiving node to a selection of nodes in the cluster, and then aggregate the responses.
This functionality should be expanded to cover our more strongly-typed v2 APIs, which can't easily reuse AdminHandlersProxy as-is.