membphis commented on a change in pull request #1257: Add priority related 
information for plugin development doc
URL: https://github.com/apache/incubator-apisix/pull/1257#discussion_r392258112
 
 

 ##########
 File path: doc/plugin-develop-cn.md
 ##########
 @@ -69,7 +69,7 @@
    }
 ```
 
-注:新插件的优先级( priority 属性 )不能与现有插件的优先级相同。
+注:新插件的优先级( priority 属性 
)不能与现有插件的优先级相同。另外,优先级(priority)值大的插件,会优先执行,比如basic-auth的优先级是2520,ip-restriction的优先级是3000,所以在每个阶段,会先执行ip-restriction插件,再去执行basic-auth插件。
 
 Review comment:
   add a space between Chinese and English

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to