pkuwm commented on a change in pull request #797: Add REST API to add, remove
and update CustomizedStateAggregationConfig
URL: https://github.com/apache/helix/pull/797#discussion_r382871343
##########
File path:
helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/ClusterAccessor.java
##########
@@ -267,6 +268,129 @@ public Response getClusterConfig(@PathParam("clusterId")
String clusterId) {
return JSONRepresentation(config.getRecord());
}
+
+ @PUT
+ @Path("{clusterId}/customizedstateaggregationconfig")
Review comment:
This endpoint name is so difficult to read/write. Can you change it to
snake-case: `customized-state-xxx`?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]