HuangDayu opened a new issue #2431:
URL: https://github.com/apache/apisix/issues/2431


   ### Issue description
   
   ```config
   126 etcd:
   127   host:                           # it's possible to define multiple 
etcd hosts addresses of the same etcd cluster.
   128     - "http://127.0.0.1:2379";     # multiple etcd address
   129   prefix: "/apisix"               # apisix configurations prefix
   130   timeout: 30                     # 30 seconds
   131   # user: root                     # root username for etcd
   132   # password: 5tHkHhYkjr6cQY        # root password for etcd
   133 #eureka:
   134 #  host:                           # it's possible to define multiple 
eureka hosts addresses of the same eureka cluster.
   135 #    - "http://127.0.0.1:8761";
   136 #  prefix: "/eureka/"
   137 #  fetch_interval: 30              # default 30s
   138 #  weight: 100                     # default weight for node
   139 #  timeout:
   140 #    connect: 2000                 # default 2000ms
   141 #    send: 2000                    # default 2000ms
   142 #    read: 5000                    # default 5000ms
   143 nacos:
   144   host:
   145     - "http://127.0.0.1:8848";
   146   prefix: "/nacos"
   147   timeout: 30
   ```
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): 1.5
   * OS: CentOS 8
   
   ### Desc
   
   这样配置了之后,在上游看不到Nacos的服务。
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to