soulbird commented on code in PR #8162:
URL: https://github.com/apache/apisix/pull/8162#discussion_r1005384573


##########
apisix/plugin.lua:
##########
@@ -415,6 +415,12 @@ local function meta_filter(ctx, plugin_name, plugin_conf)
         return true
     end
 
+    local match_cache_key =
+        ctx.conf_type .. "#" .. plugin_name .. "#meta_filter_matched"

Review Comment:
   Do you mean the scene where the `con_type` is the same and the `plugin_name` 
is different? I think my test case already contains. The `conf_type` is `route`.



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

Reply via email to