mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Polish alibaba/spring-cloud-alibaba/#1261 : Removing the commercial examples and adding starters into spring-cloud-alibaba-coverage module
This commit is contained in:
@@ -222,9 +222,11 @@ public abstract class AbstractSpringCloudRegistry extends FailbackRegistry {
|
||||
Collection<ServiceInstance> serviceInstances = serviceInstancesFunction
|
||||
.apply(serviceName);
|
||||
|
||||
// issue : ReStarting a consumer and then starting a provider does not automatically discover the registration
|
||||
// issue : ReStarting a consumer and then starting a provider does not
|
||||
// automatically discover the registration
|
||||
// fix https://github.com/alibaba/spring-cloud-alibaba/issues/753
|
||||
// Re-obtain the latest list of available metadata address here, ip or port may change.
|
||||
// Re-obtain the latest list of available metadata address here, ip or port may
|
||||
// change.
|
||||
// by https://github.com/wangzihaogithub
|
||||
dubboMetadataConfigServiceProxy.removeProxy(serviceName);
|
||||
repository.removeMetadataAndInitializedService(serviceName);
|
||||
|
Reference in New Issue
Block a user