AlbumenJ commented on issue #10570: URL: https://github.com/apache/dubbo/issues/10570#issuecomment-1287660924
> > >  > > > 3.1.1 中继续重连是因为开启了推空保护,在 provider 地址变成 0 的时候会保留最后一个地址防止由于注册中心的 bug 导致地址为 0。 > > > > > > @lvliuzhong 注册中心地址上添加 enable-empty-protection=false 参数可以关闭推空保护 > > 之前的版本也是这么解决的吗? 之前版本没有提供推空保护功能,这个功能是和 Nacos 一起合作设计的,目标是避免在 Nacos Server 挂了的时候对服务造成服务直接不可用的影响 -- 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]
