narendly commented on a change in pull request #744: Add read endpoints of metadata store directory service to helix rest URL: https://github.com/apache/helix/pull/744#discussion_r377460472
########## File path: helix-rest/src/main/java/org/apache/helix/rest/server/resources/zookeeper/MetadataStoreDirectoryAccessor.java ########## @@ -0,0 +1,163 @@ +package org.apache.helix.rest.server.resources.zookeeper; Review comment: We should put this in a different package. How about `...server.resources.metadatastore;` ? ---------------------------------------------------------------- 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]
