bschuchardt commented on pull request #6308:
URL: https://github.com/apache/geode/pull/6308#issuecomment-822559963


   @Bill, I couldn't use the HostAndPort class without making things crazy 
because bind-address is optional but the locator port is not.  I would have to 
modify HostAndPort to make the host address optional, which would change the 
meaning of that class too much.
   
   Instead I created a new HostAddress class that holds an InetSocketAddress 
based either on an InetAddress or a hostName, combining the two parameters that 
were in the original PR.


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


Reply via email to