This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git
commit a5025043331260be72f3141070313ab29f21ef2a Author: Claus Ibsen <[email protected]> AuthorDate: Mon Nov 18 10:00:12 2019 +0100 CAMEL-13691: camel-resilience4j - WIP --- examples/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.adoc b/examples/README.adoc index b70d3fa..0a0a7f5 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -11,7 +11,7 @@ View the individual example READMEs for details. == Examples // examples: START -Number of Examples: 117 (0 deprecated) +Number of Examples: 118 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -124,6 +124,8 @@ Number of Examples: 117 (0 deprecated) | link:camel-example-loan-broker-jms/README.adoc[Loan Broker JMS] (camel-example-loan-broker-jms) | EIP | An example that shows the EIP's loan broker demo using JMS +| link:camel-example-resilience4j/README.adoc[Resilience4j] (camel-example-resilience4j) | EIP | An example showing how to use Resilience4j EIP as circuit breaker in Camel routes + | link:camel-example-route-throttling/readme.md[Route Throttling] (camel-example-route-throttling) | EIP | A client-server example using JMS transport where we on the server side can throttle the Camel route dynamically based on the flow of messages
