lishaoshu1240 edited a comment on issue #5573: URL: https://github.com/apache/apisix/issues/5573#issuecomment-976487929
> > the LINKS have the usage of Eureka/Consul/Nacos, but dont have the etcd usage. > > yes, see: [#4442 (comment)](https://github.com/apache/apisix/issues/4442#issuecomment-863746666), you need to register `order` as upstream of APISIX, like: > > ``` > /apisix/upstreams/order > …… > ``` It's also faild if I use this method, please help me check logs:    [root@localhost yapi-docker]# etcdctl get order --prefix order {"Name":"order","IP":"192.168.0.73:9082"} [root@localhost yapi-docker]# [root@localhost yapi-docker]# curl http://192.168.0.73:9082/ hello web2[root@localhost yapi-docker]# -- 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]
