This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3e1ffa93332473cf44ac61df02b9a8efbf895783 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Feb 25 15:02:32 2024 +0100 CAMEL-20459: minor documentation tweaks for the onFallback EIP. Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- .../src/main/docs/modules/eips/pages/onFallback-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/onFallback-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/onFallback-eip.adoc index 80f979c9fa7..f641a292097 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/onFallback-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/onFallback-eip.adoc @@ -8,7 +8,7 @@ If you are using *onFallback* then that is intended to be local processing only where you can do a message transformation or call a bean or something as the fallback. -If you need to call an external service over the network then you should use *onFallbackViaNetwork* that runs in another independent *HystrixCommand* that uses its own thread pool to not exhaust the first command. +If you need to call an external service over the network, then you should use *onFallbackViaNetwork* that runs in another independent *HystrixCommand* that uses its own thread pool to not exhaust the first command. == Options @@ -25,7 +25,7 @@ include::partial$eip-exchangeProperties.adoc[] == Using fallback The *onFallback* is used by xref:circuitBreaker-eip.adoc[Circuit Breaker] EIPs to execute a fallback route. -For examples how to use this see the various Circuit Breaker implementations: +For example, how to use this see the various Circuit Breaker implementations: - xref:fault-tolerance-eip.adoc[FaultTolerance EIP] - MicroProfile Fault Tolerance Circuit Breaker - xref:resilience4j-eip.adoc[Resilience4j EIP] - Resilience4j Circuit Breaker