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 2f929c3 REgen catalog eips
2f929c3 is described below
commit 2f929c34f51b87bd26c748f4f8263e69173ccd51
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 14 09:37:02 2020 +0200
REgen catalog eips
---
.../resources/org/apache/camel/catalog/docs/serviceCall-eip.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/serviceCall-eip.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/serviceCall-eip.adoc
index 4ed9416..ef4fd2c 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/serviceCall-eip.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/serviceCall-eip.adoc
@@ -287,7 +287,7 @@ Available options:
| userName | String | The user name to use for basic authentication
| password | String | The password to use for basic authentication
| timeout | Long | To set the maximum time an action could take to complete
-| servicePath | String | The path to look for for service discovery, default
"/services"
+| servicePath | String | The path to look for service discovery, default
"/services"
| type | String | To set the discovery type, valid values are "on-demand" and
"watch"
|===
@@ -441,7 +441,7 @@ And in XML
== Load Balancer
-The Service Call EIP comes with its own Load Balancer which is istantiated by
default if a custom is not configured and
+The Service Call EIP comes with its own Load Balancer which is instantiated by
default if a custom is not configured and
glues Service Discovery, Service Filer, Service Chooser and Service Expression
together to load balance requests among the available services.
If you need a more sophisticate load balancer you can use Ribbon by adding
camel-ribbon to the mix,