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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new fa62caf  Regen
fa62caf is described below

commit fa62cafd04994f02ebbf2cdc186055986e86d877
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Nov 19 05:11:10 2019 +0100

    Regen
---
 docs/user-manual/modules/ROOT/pages/loadBalance-eip.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/loadBalance-eip.adoc 
b/docs/user-manual/modules/ROOT/pages/loadBalance-eip.adoc
index fffc2ea..41d5a8d 100644
--- a/docs/user-manual/modules/ROOT/pages/loadBalance-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/loadBalance-eip.adoc
@@ -19,7 +19,6 @@ Camel provides the following policies out-of-the-box:
 | Weighted Round-Robin |The weighted load balancing policy allows you to 
specify a processing load distribution ratio for each server with respect to 
the others. In addition to the weight, endpoint selection is then further 
refined using *round-robin* distribution based on weight.
 | Weighted Random |The weighted load balancing policy allows you to specify a 
processing load distribution ratio for each server with respect to others.In 
addition to the weight, endpoint selection is then further refined using 
*random* distribution based on weight.
 | Custom |The preferred way of using a custom Load Balancer is to use this 
policy, as the ref attribute is not supported anymore.
-| Circuit Breaker |Implements the Circuit Breaker pattern as described in 
"Release it!" book.
 |=======================================================================
 
 == Options

Reply via email to