List<Instance> firstAllInstances = getNamingInstance().getAllInstances(getServiceName(), getServiceGroup(), clusters);
group代表dev,pod,uat环境,
cluster代表服务在哪个机房,比如广州,深圳,上海
List<Instance> firstAllInstances = getNamingInstance().getAllInstances(getServiceName(), getServiceGroup(), clusters);
group代表dev,pod,uat环境,
cluster代表服务在哪个机房,比如广州,深圳,上海