rgalex2034 commented on PR #12800: URL: https://github.com/apache/apisix/pull/12800#issuecomment-3913953208
Maybe it's too late to consider, but I've been testing around this change, and it does not consider that multiple global rules may be defined with different _meta.filter configuration that do not overlap. On the place I work for, we use this behaviour to define multiple traversal limit-count configurations where this limit change based on the request. It make sense to consider this situation to allow multiple definitions that ensure only one is executed? It would require to traverse and discard the plugins by checking it's filtering first. If it's doable and make sense to allow this, I'm willing to try an implementation. If it sounds interesting, I can open a new issue. Thank you all :) -- 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]
