narendly commented on a change in pull request #861: Make ClusterSetup 
realm-aware
URL: https://github.com/apache/helix/pull/861#discussion_r389148987
 
 

 ##########
 File path: helix-core/src/main/java/org/apache/helix/tools/ClusterSetup.java
 ##########
 @@ -1570,4 +1610,66 @@ public static void main(String[] args) throws Exception 
{
     int ret = processCommandLineArgs(args);
     System.exit(ret);
   }
+
+  public static class Builder {
 
 Review comment:
   There aren't any documents. However, I think this input is valid. 
   
   Let's use [this](https://github.com/apache/helix/issues/873) to track this 
issue. I think it would be wise to first focus on making Java APIs realm-aware, 
and take a step back and look at all of our Helix Java API classes and 
determine how we should refactor the Builders.
   
   https://github.com/apache/helix/issues/873

----------------------------------------------------------------
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]

Reply via email to