Revolyssup commented on code in PR #12518: URL: https://github.com/apache/apisix/pull/12518#discussion_r2280989459
########## apisix/plugins/ai-proxy-multi.lua: ########## @@ -217,6 +217,7 @@ function _M.access(conf, ctx) end ctx.picked_ai_instance_name = name ctx.picked_ai_instance = ai_instance + ctx.balancer_ip = name Review Comment: It contains the `host` which can be name or IP like here https://github.com/apache/apisix/blob/a9f184c9779f38f601346cefb5e830198c0dddba/apisix/balancer.lua#L209 -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org