Firstsawyou commented on a change in pull request #2935:
URL: https://github.com/apache/apisix/pull/2935#discussion_r548549652



##########
File path: doc/README.md
##########
@@ -81,6 +81,7 @@
 * [request-validation](plugins/request-validation.md): Validates requests 
before forwarding to upstream.
 * [proxy-mirror](plugins/proxy-mirror.md): Provides the ability to mirror 
client requests.
 * [api-breaker](plugins/api-breaker.md): Circuit Breaker for API that stops 
requests forwarding to upstream in case of unhealthy state.
+* [traffic-split](plugins/traffic-split.md): The traffic split plugin divides 
the request traffic according to the specified ratio and diverts it to the 
corresponding upstream; through this plug-in, gray-scale publishing, blue-green 
publishing and custom publishing functions can be realized.

Review comment:
       ok.




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