NealSun96 commented on a change in pull request #829: Fix bugs in 
ZkRoutingDataReader and ZkRoutingDataWriter
URL: https://github.com/apache/helix/pull/829#discussion_r385443694
 
 

 ##########
 File path: 
helix-rest/src/main/java/org/apache/helix/rest/common/HttpConstants.java
 ##########
 @@ -26,4 +26,6 @@
     PUT,
     DELETE
   }
+
+  public static final String HTTP_PROTOCOL = "http://";;
 
 Review comment:
   Good point, I'll opt for `HTTP_PROTOCAL_PREFIX`. It is a protocol and it is 
also a prefix.

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