jzhao20230918
jzhao20230918
return error as follow: ```html 503 Service Temporarily Unavailable 503 Service Temporarily Unavailable openresty Powered by APISIX. ```
> please share your configurations I'm using https://github.com/apache/apisix/blob/master/conf/config-default.yaml and changed the etcd and consul configuration. [config.yaml.txt](https://github.com/apache/apisix/files/14942596/config.yaml.txt)
btw, I run Apisix with docker image apache/apisix:3.9.0-debian
> The information you provided is insufficient to attempt reproduction of this bug here is a simple version of config: apisix: node_listen: 9080 enable_ipv6: false enable_control: true control: ip: "0.0.0.0"...
root@ip-10-0-2-59:/home/ubuntu# curl -fsL http://127.0.0.1:9092/v1/discovery/consul/dump | jq { "services": {}, "config": { "token": "", "keepalive": true, "weight": 1, "fetch_interval": 3, "timeout": { "connect": 2000, "read": 2000, "wait": 60 }, "servers": [...
while another node with v3.8: root@ip-10-0-2-59:/home/ubuntu# curl -fsL http://10.0.2.60:9092/v1/discovery/consul/dump | jq { "config": { "keepalive": true, "weight": 1, "timeout": { "connect": 2000, "read": 2000, "wait": 60 }, "fetch_interval": 3, "token":...
consul version 1.18
> The information you provided is insufficient to attempt reproduction of this bug hello, any other info needed?
``` apisix: node_listen: 9080 enable_ipv6: false enable_control: true control: ip: "0.0.0.0" port: 9092 discovery: consul: servers: - "http://10.0.2.69:8500" sort_type: host_sort dump: path: "consul.dump" load_on_init: false deployment: admin: allow_admin: - 0.0.0.0/0...
might be related to https://github.com/apache/apisix/pull/10941