kayx23 commented on code in PR #9999: URL: https://github.com/apache/apisix/pull/9999#discussion_r1303779702
########## docs/en/latest/terminology/global-rule.md: ########## @@ -32,6 +32,12 @@ A [Plugin](./plugin.md) configuration can be bound directly to a [Route](./route Compared with the plugin configuration in Route, Service, Plugin Config, and Consumer, the plugin in the Global Rules is always executed first. +::: note + +For stream routes, only plugins that run on `before_proxy` phase get executed as Global Rules. Review Comment: I think this is a quite in-depth note for new users, e.g. * What are phases? What is the `before_proxy` phase? Why should I care about phases when I want to apply a plugin globally when using APISIX as a L4 stream proxy? (leaky abstraction?) * What plugins work for global rules on L4? What don't? Does `prometheus` work? Does `syslog` work? I challenge if this is the intended behaviour: https://github.com/apache/apisix/issues/10031#issuecomment-1694164935 -- 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]
