liubao68 commented on a change in pull request #1660: [SCB-1815] Support sdk
register on local SC and discover on SCA
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1660#discussion_r399907041
##########
File path:
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/config/ServiceRegistryConfigBuilder.java
##########
@@ -129,6 +131,46 @@ public boolean isSsl() {
return ipPortList;
}
+ public ArrayList<IpPort> getRegistryIpPort() {
Review comment:
This 3 methods and atract to one `public ArrayList<IpPort> getIpPort(String
key) `
----------------------------------------------------------------
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