hf400159 commented on code in PR #7306:
URL: https://github.com/apache/apisix/pull/7306#discussion_r904454280


##########
docs/zh/latest/plugins/ext-plugin-post-resp.md:
##########
@@ -0,0 +1,102 @@
+---
+title: ext-plugin-post-resp
+keywords:
+  - APISIX
+  - Plugin
+  - ext-plugin-post-resp
+description: 本文介绍了关于 Apache APISIX `ext-plugin-post-resp` 插件的基本信息及使用方法。
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 描述
+
+`ext-plugin-post-resp` 插件用于在执行内置 Lua 插件之前和在 Plugin Runner 内运行特定的 External 
Plugin。
+
+`ext-plugin-post-resp` 插件将在请求获取到上游的响应之后执行。
+
+启用本插件之后,APISIX 将使用 [lua-resty-http](https://github.com/api7/lua-resty-http) 
库向上游发起请求。
+
+如果你想了解更多关于 External Plugin 的信息,请参考 [External Plugin](../external-plugin.md) 。
+
+:::note
+
+External Plugin 执行的结果会影响当前请求的响应。
+
+:::
+
+## 属性
+
+| 名称              | 类型    | 必选项 | 默认值  | 有效值                                   
                        | 描述                                                    
                          |
+| ----------------- | ------ | ------ | ------- | 
--------------------------------------------------------------- | 
--------------------------------------------------------------------------------
 |
+| conf              | array  | 否     |         | [{"name": "ext-plugin-A", 
"value": "{\"enable\":\"feature\"}"}] | 在 Plugin Runner 内执行的插件列表的配置。            
                               |
+| allow_degradation | boolean| 否     | false   | [false, true]                 
                                   | 当 Plugin Runner 临时不可用时是否允许请求继续,当值设置为 true 
时则自动允许请求继续。   |

Review Comment:
   ```suggestion
   | allow_degradation | boolean| 否     | false   | [false, true]               
                                     | 当 Plugin Runner 临时不可用时是否允许请求继续,当值设置为 
`true` 时则自动允许请求继续。   |
   ```



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

Reply via email to