You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/02/20 12:35:35 UTC

[camel] branch master updated: Added description of roundRobin

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 08af109  Added description of roundRobin
08af109 is described below

commit 08af10959efc97097c49a4c84b632daaecbaabf5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 20 13:35:16 2018 +0100

    Added description of roundRobin
---
 camel-core/src/main/docs/eips/roundRobin-eip.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/main/docs/eips/roundRobin-eip.adoc b/camel-core/src/main/docs/eips/roundRobin-eip.adoc
index 388e10a..cefdeb4 100644
--- a/camel-core/src/main/docs/eips/roundRobin-eip.adoc
+++ b/camel-core/src/main/docs/eips/roundRobin-eip.adoc
@@ -1,7 +1,7 @@
 [[roundRobin-eip]]
 == Round Robin EIP
 
-Round Robin Load Balancer
+Round Robin Load Balancer. With this Load Balancing policy, a random endpoint is selected for each exchange.
 
 === Options
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.