kishoreg commented on a change in pull request #5949: URL: https://github.com/apache/incubator-pinot/pull/5949#discussion_r487555268
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/ZookeeperResource.java ########## @@ -75,6 +80,63 @@ public String getData( return null; } + @DELETE + @Path("/zk/delete") + @Produces(MediaType.TEXT_PLAIN) + @ApiOperation(value = "Get content of the znode") Review comment: fixed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org