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

acosentino 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 557792f  Update loadBalance-eip.adoc
557792f is described below

commit 557792f746434afb61e728c3345bb0b4334d27ab
Author: fg78nc <[email protected]>
AuthorDate: Tue Oct 27 11:35:51 2020 -0400

    Update loadBalance-eip.adoc
    
    Corrected wording for Round Robin load balancer description (removed 
unnecessary 'from')
---
 .../src/main/docs/modules/eips/pages/loadBalance-eip.adoc               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/loadBalance-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/loadBalance-eip.adoc
index 87b6cd3..8c0c0d4 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/loadBalance-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/loadBalance-eip.adoc
@@ -14,7 +14,7 @@ Camel provides the following policies out-of-the-box:
 [width="100%",cols="3,6",options="header"]
 |=======================================================================
 | Policy | Description
-| Round Robin | The exchanges are selected from in a round robin fashion. This 
is a well known and classic policy, which spreads the load evenly.
+| Round Robin | The exchanges are selected in a round robin fashion. This is a 
well known and classic policy, which spreads the load evenly.
 | Random | A random endpoint is selected for each exchange.
 | Sticky | Sticky load balancing using an Expression to calculate a 
correlation key to perform the sticky load balancing; rather like jsessionid in 
the web or JMSXGroupID in JMS.
 | Topic | Topic which sends to all destinations (rather like JMS Topics)

Reply via email to