mgao0 commented on a change in pull request #849: Add REST APIs for get, set,
update RestConfig
URL: https://github.com/apache/helix/pull/849#discussion_r391816244
##########
File path: helix-core/src/main/java/org/apache/helix/ConfigAccessor.java
##########
@@ -604,6 +605,61 @@ public RESTConfig getRESTConfig(String clusterName) {
return new RESTConfig(record);
}
+ /**
Review comment:
There are tests for rest config covering set and update in
TestConfigAccessor. I just added a few more cases for delete.
----------------------------------------------------------------
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]