This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 66be002 Update README.adoc
66be002 is described below
commit 66be002306caecb5f3aa4d0e40d25da3355eaaa0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 18 14:48:00 2019 +0100
Update README.adoc
---
examples/camel-example-resilience4j/README.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/camel-example-resilience4j/README.adoc
b/examples/camel-example-resilience4j/README.adoc
index 7cc1a75..ebbecce 100644
--- a/examples/camel-example-resilience4j/README.adoc
+++ b/examples/camel-example-resilience4j/README.adoc
@@ -5,9 +5,10 @@
This example shows how to use Camel with Resilience4j EIP as circuit breaker
in Camel routes
-The example includes three sub maven modules that implement
+The example includes four sub maven modules that implement
-* client
+* client (spring boot)
+* client2 (camel main)
* service1
* service2