SuperEdison removed a comment on issue #9661: URL: https://github.com/apache/dubbo/issues/9661#issuecomment-1038600536
实际是真的没有可用生产者,如果你是双节点的话说明nacos还没通知到第一个重启的节点,你就已经重启第二个节点了,如果你是节点高可用持续发布的状态下,你可以等一个消费者启动完等待1分钟左右再去shutdown另一个节点,这样就可以有足够时间等待nacos通知,并且创建代理。 -- 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]
