Revolyssup commented on code in PR #12714: URL: https://github.com/apache/apisix/pull/12714#discussion_r2477169337
########## apisix/upstream.lua: ########## @@ -326,6 +327,13 @@ end function _M.check_schema(conf) + if conf.nodes then + for _, node in ipairs(conf.nodes) do Review Comment: done -- 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]
