xjlgod commented on code in PR #7114: URL: https://github.com/apache/incubator-seata/pull/7114#discussion_r1958108069
########## discovery/seata-discovery-namingserver/src/main/java/org/apache/seata/discovery/registry/namingserver/NamingserverRegistryServiceImpl.java: ########## @@ -156,6 +156,9 @@ public void register(Instance instance) throws Exception { doRegister(instance, getNamingAddrs()); } + public void doRegister(List<Instance> instance, List<String> urlList) { + Review Comment: why this method is not implemented? -- 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. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org