pengkang1991 opened a new issue, #8753: URL: https://github.com/apache/apisix/issues/8753
### Description 在APISIX的服务发现里,我想整合我的nacos,我搭建的是nacos集群。我使用下面的配置后,当我停止192.168.33.1,192.168.33.2这两台的NACOS 服务后,请求路由(Route)"curl -i http://192.168.33.92:9080" 会报503的错。不会自己去寻找192.168.33.3的nacos服务。 discovery: nacos: host: - "http://192.168.33.1:8848" - "http://192.168.33.2:8848" - "http://192.168.33.3:8848" 我也曾使用域名:https://nacos.os.com:8848 作为discovery:nacos:host的配置,但是会报错。 In the service discovery of APISIX, I want to integrate my nacos, and I build a nacos cluster. After I use the following configuration, when I stop the NACOS service of 192.168.33.1 ,192.168.33.2, the request route is "curl - i http://192.168.33.92:9080 "It will report 503. It will not look for the 192.168.33.3 nacos service by itself. discovery: nacos: host: - "http://192.168.33.1:8848" - "http://192.168.33.2:8848" - "http://192.168.33.3:8848" I also used domain name: https://nacos.os.com:8848 As the configuration of discovery: nacos: host, an error will be reported. ### Environment - APISIX version (run `apisix version`):3.0.0 - Operating system (run `uname -a`):linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):3.4.15 - APISIX Dashboard version, if relevant:2.15.0 - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
