Fang57 commented on issue #1661: 怎么获取同一APPID Provider的所有实例信息 URL: https://github.com/apache/servicecomb-java-chassis/issues/1661#issuecomment-604954176 DiscoveryTree discoveryTree = new DiscoveryTree(); DiscoveryContext context = new DiscoveryContext(); VersionedCache serversVersionedCache = discoveryTree.discovery(context, RegistryUtils.getAppId(), "Service", "0.0.0.0+"); List<String> enpoints = serversVersionedCache.data(); 同样有此问题,获取不到go服务的实例信息
---------------------------------------------------------------- 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
