Closed lidaoyang closed 1 year ago
it's not nacos' problem, the first hook dubbo has register service and shutdown nacos-client, but the spring hook also do deregister, and at the time, the connection is closed so can't do request.
Please make your app ignore it, or make hook don't do request after client shutdown, or make your app hook use different nacos-client.
make hook don't do request after client shutdown 这个怎么做到,是需要怎么配置呢?
可以让nacos-client等待dubbo服务停止后,nacos-client在关闭吗?
ask dubbo or sca. Not nacos problem. when create nacos-client instance and when to call shutdown depend app self.
服务停止时一直报错,服务要很久才停止,帮忙看看什么原因? nacos-client:2.2.4 springcloud-alibaba:2.2.9 springboot:2.3.12 dubbo-springboot:3.1.7 错误日志: