You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/21 03:18:34 UTC

[GitHub] [apisix] spacewander commented on issue #4284: request help: how to set priority with my 3rd-party plugins?

spacewander commented on issue #4284:
URL: https://github.com/apache/apisix/issues/4284#issuecomment-845622956


   > There are any suggestion about 3rd-party plugins' priority setting
   
   You can use priority 1 ~ 100 for the plugin unless you want it to run before some builtin plugins.
   
   The priority of all the plugins can be found here: https://github.com/apache/apisix/blob/916041d9ab21bbe47f7817869e9de77684a38fbd/t/debug/debug-mode.t#L47
   
   > i sent request and find some plugin's priority is negative? it's means the plugin execute after get response?
   
   The negative priority doesn't have a special meaning. It just represents that the priority is quite low.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org