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 80eda13 Update loadBalance-eip.adoc 80eda13 is described below commit 80eda13c1dc497e58c693b7d44463e02dc07c471 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 18 19:22:04 2019 +0100 Update loadBalance-eip.adoc --- core/camel-core-engine/src/main/docs/eips/loadBalance-eip.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/eips/loadBalance-eip.adoc b/core/camel-core-engine/src/main/docs/eips/loadBalance-eip.adoc index 0837a249..7f77307 100644 --- a/core/camel-core-engine/src/main/docs/eips/loadBalance-eip.adoc +++ b/core/camel-core-engine/src/main/docs/eips/loadBalance-eip.adoc @@ -18,7 +18,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