soulbird commented on code in PR #8162:
URL: https://github.com/apache/apisix/pull/8162#discussion_r1005155313
##########
apisix/plugin.lua:
##########
@@ -433,6 +438,8 @@ local function meta_filter(ctx, plugin_name, plugin_conf)
" plugin_name: ", plugin_name)
return true
end
+
+ ctx[match_cache_key] = ok
Review Comment:
`filter` works better at the plugin level and is executed at each phase,
which will increase the difficulty for users to use.
--
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]