[ https://issues.apache.org/jira/browse/SOLR-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695136#comment-17695136 ]
ASF subversion and git services commented on SOLR-16488: -------------------------------------------------------- Commit 209295b714017e0d2b242d6e56518f00bdec5ae4 in solr's branch refs/heads/main from Jason Gerlowski [ https://gitbox.apache.org/repos/asf?p=solr.git;h=209295b7140 ] SOLR-16488: Migrate ZookeeperReadAPI to JAX-RS (#1358) ZookeeperReadAPI is now a JAX-RS based v2 API. This commit also updates the endpoints to match the cleaner, more REST-ful design for v2 that we want to use going forward: - "read ZK data" is now: GET /api/cluster/zookeeper/data/<path> - "get children" is now: GET /api/cluster/zookeeper/children/<path> > Migrate ZookeeperReadAPI to JAX-RS > ---------------------------------- > > Key: SOLR-16488 > URL: https://issues.apache.org/jira/browse/SOLR-16488 > Project: Solr > Issue Type: Sub-task > Components: v2 API > Affects Versions: 9.1, main (10.0) > Reporter: Jason Gerlowski > Assignee: Jason Gerlowski > Priority: Major > Labels: newdev > Time Spent: 4h 10m > Remaining Estimate: 0h > > EDIT: This description originally described creating a plan for creating v2 > APIs equivalent to the current v1 /admin/zookeeper endpoints. But it turns > out that equivalent v2 APIs already largely exist in ZookeeperReadAPI. The > description has updated to reflect this. > The ZookeeperReadAPI APIs should be migrated to JAX-RS and be tweaked to be > more REST-ful and in line with the direction we're pushing v2 in. See the > comments below for a discussion of specific tweaks to the HTTP path, > parameters, etc. for these APIs. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org