zhangmeng916 commented on a change in pull request #792: Add java API to add or
remove CustomizedStateAggregationConfig
URL: https://github.com/apache/helix/pull/792#discussion_r382706768
##########
File path:
helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixAdmin.java
##########
@@ -1104,6 +1105,40 @@ public void setConfig(HelixConfigScope scope,
Map<String, String> properties) {
return _configAccessor.get(scope, keys);
}
+ @Override
+ public void addCustomizedStateAggregationConfig(String clusterName,
Review comment:
If a user would like to add one type of state or remove one type of state,
how to do it? It seems the API is to add or remove the config as a whole, but
in most cases, we will use it as a way to add/remove one item in the list view.
----------------------------------------------------------------
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]