SpectorQian opened a new issue #1104: issue: 无法正常路由分发upd URL: https://github.com/apache/incubator-apisix/issues/1104 ### Issue description config.yaml的配置  **通过apisix对外暴露9200进行路由转发,但是路由不成功** ### route配置 9201和9202是我本地开启的upd服务 curl http://127.0.0.1:9080/apisix/admin/stream_routes/2 -X PUT -d ' { "remote_addr": "127.0.0.1", "server_port": 9200, "upstream": { "nodes": { "127.0.0.1:9201": 1, "127.0.0.1:9202": 1 }, "type": "roundrobin" } }'  端口暴露: 
---------------------------------------------------------------- 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] With regards, Apache Git Services
