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 f4b11ab Document update (#4217) f4b11ab is described below commit f4b11ab718ad62bd73410252dce79be67c0a9c1d Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Mon Sep 14 13:03:50 2020 +0530 Document update (#4217) Duplicate words removal, change in key word "istantiated" to "instantiated " --- .../src/main/docs/modules/eips/pages/serviceCall-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc index 4ed9416..ef4fd2c 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/serviceCall-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/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,