Revolyssup commented on code in PR #12509:
URL: https://github.com/apache/apisix/pull/12509#discussion_r2269557927


##########
apisix/healthcheck_manager.lua:
##########
@@ -206,6 +210,15 @@ function _M.upstream_version(index, nodes_ver)
 end
 
 
+local function get_plugin_name(path)
+    -- Extract JSON path (after '#') or use full path
+    local json_path = path:match("#(.+)$") or path
+    -- Match plugin name in the JSON path segment

Review Comment:
   yes. like `plugins["ai-proxy-multi"].`
   `plugins.ai-proxy-multi.` will break



-- 
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

Reply via email to