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 3134e74 Regen for commit ede1347be948a3a955243010b8dc6c535d3a6f4b 3134e74 is described below commit 3134e74a3cf12f892099eeae06798f583c3a9efb Author: aldettinger <aldettin...@users.noreply.github.com> AuthorDate: Tue Oct 27 16:36:49 2020 +0000 Regen for commit ede1347be948a3a955243010b8dc6c535d3a6f4b Signed-off-by: GitHub <nore...@github.com> --- .../resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc index 87b6cd3..8c0c0d4 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/loadBalance-eip.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/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)