Alanxtl commented on PR #3108: URL: https://github.com/apache/dubbo-go/pull/3108#issuecomment-3650195359
> Looking at it this way, the previous logic seems a bit strange. Our application level supports multiple instance registrations, for example, the service needs to support both the Dubbo protocol and Triple, but it doesn't support unified deregistration? 是支持统一的方式unregister的,在`UnRegisterService`函数里面调用的`s.serviceDiscovery.Unregister(v)`函数实际上就是调用对应注册中心的`Unregister`方法,只不过在之前`UnRegisterService`函数根本没有调用,而且`serviceDiscoveryRegistry`的`instances`成员根本没有修改 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
