[Q/A][Java SDK (Component)] In the event of a nacos failure and a dubbo provider failure, will the consumer disconnect the channel? #15140
Answered
by
AlbumenJ
TerryLam2010
asked this question in
Question
-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) DetailsAssuming that the nacos and the dubbo provider are unreachable, will the consumer actively disconnect the channel? Or will the consumer skip selecting this faulty node during load balancing? 假设nacos和dubbo provider 网络不通,consumer会主动断开channel么?或者consumer会负载均衡的时候会跳过选择这个故障的节点么? Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
AlbumenJ
Feb 21, 2025
Replies: 1 comment 3 replies
-
Yes, Nacos will notify the addresses without this broken provider |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope. If consumer cannot connect to provider, consumer will try to reconnect anyway and consumer won't invoker this provider before provider is ready