juzhiyuan commented on a change in pull request #2706:
URL: https://github.com/apache/apisix/pull/2706#discussion_r522160374



##########
File path: doc/plugins.md
##########
@@ -21,14 +21,17 @@
 
 ## Hot reload
 
-APISIX plug-ins are hot-loaded. No matter you add, delete or modify plug-ins, 
you don't need to restart the service.
+APISIX plugins are hot-loaded. No matter you add, delete or modify plugins, 
you don't need to restart the service.
 
 If your APISIX node has the Admin API turned on, just send an HTTP request 
through admin API:
 
 ```shell
 curl http://127.0.0.1:9080/apisix/admin/plugins/reload -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT
 ```
 
+Note: if you disable a plugin which has been configured as part of your rule 
(in the `plugins` field of `route`, etc.),
+the execution of it will be skipped.

Review comment:
       ```suggestion
   its execution will be skipped
   ```

##########
File path: doc/zh-cn/plugins.md
##########
@@ -29,6 +29,9 @@ APISIX 的插件是热加载的,不管你是新增、删除还是修改插件
 curl http://127.0.0.1:9080/apisix/admin/plugins/reload -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT
 ```
 
+注意:如果你之前在路由规则里配置了某个插件(比如在 `route` 的 `plugins` 字段里面添加了它),然后

Review comment:
       ```suggestion
   已经
   ```




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


Reply via email to