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



##########
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 division plug-in 
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:
       There is a mistake here, I will fix it later.




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