ericlinj commented on issue #1989: URL: https://github.com/apache/apisix-dashboard/issues/1989#issuecomment-891437287
i use api to config discovery service with discovery_type=dns,like this ``` curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d ' { "name":"lg-api-route", "uri": "/*", "upstream": { "service_name": "lg-api.service.consul", "type": "roundrobin", "discovery_type": "dns" } }' ``` but if i found ,after someone edit this route ,the value of discovery_type in upstream is missing i think this is a bug! -- 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]
