This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-docs.git

commit 8a1d379665e45db0fd356d397d43174aed6bfebd
Author: DeanLee <lidi...@huawei.com>
AuthorDate: Mon Aug 27 15:19:34 2018 +0800

    update java-chassis-reference/en_US/build-consumer/invoke-control.md
---
 java-chassis-reference/en_US/build-consumer/invoke-control.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/java-chassis-reference/en_US/build-consumer/invoke-control.md 
b/java-chassis-reference/en_US/build-consumer/invoke-control.md
index e69de29..362191a 100644
--- a/java-chassis-reference/en_US/build-consumer/invoke-control.md
+++ b/java-chassis-reference/en_US/build-consumer/invoke-control.md
@@ -0,0 +1,9 @@
+## Circuit Break Policy
+Circuit brake policy can configure ServiceComb fallback capability, you can 
configure conditions under which service will stop send request after circuit 
break policy configured.
+
+## Flow Control Policy
+You can limit the frequency of request send to specific microservice when flow 
control was enables in consumer service. 
+
+## Fault Injection
+
+The user via fault injection on the consumer side to set the delay and error 
of the request to the specified microservice and its trigger probability.

Reply via email to