pzampino commented on a change in pull request #337:
URL: https://github.com/apache/knox/pull/337#discussion_r434053520
##########
File path:
gateway-server/src/main/java/org/apache/knox/gateway/services/security/impl/ZookeeperRemoteAliasService.java
##########
@@ -237,6 +238,13 @@ public void removeAliasForCluster(final String
clusterName, final String alias)
}
}
+ @Override
+ public void removeAliasesForCluster(String clusterName, Set<String>
aliases) throws AliasServiceException {
Review comment:
Out of scope for this change IMO
----------------------------------------------------------------
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]