lishaoshu1240 commented on issue #5573:
URL: https://github.com/apache/apisix/issues/5573#issuecomment-977397357


   > use words rather than pictures.
   > 
   > 1. we don't have discovery_type is etcd
   > 2. take a look 
at:https://github.com/apache/apisix/blob/master/docs/en/latest/admin-api.md#upstream,
 you need to register `order` as an upstream, check the config of `order`.
   
   I register order as upstream of APISIX, here is my config:
   
   http://192.168.0.73:9080/apisix/admin/upstreams/order
   {
        "service_name": "order",
       "type": "roundrobin",
       "discovery_type": "etcd"
     }
   
   ps:  the keywords "discovery_type",  how to fill if i want use etcd as 
discovery and registory
   
   where i can get the  examples of etcd as discovery.
   if i use Eureka as discovery, i can follow this 
link:https://github.com/apache/apisix/blob/master/docs/en/latest/discovery.md
   
   


-- 
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]


Reply via email to