This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 0af063b  chore: fix circuit-breaker waitDurationInOpenState after 
seconds-to-millis change
0af063b is described below

commit 0af063bde18bcbf426dc09688861d32a6aebfc0c
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jul 25 11:21:40 2026 +0200

    chore: fix circuit-breaker waitDurationInOpenState after seconds-to-millis 
change
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 eip/circuit-breaker/route.camel.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eip/circuit-breaker/route.camel.yaml 
b/eip/circuit-breaker/route.camel.yaml
index 7370c90..5a615cf 100644
--- a/eip/circuit-breaker/route.camel.yaml
+++ b/eip/circuit-breaker/route.camel.yaml
@@ -27,7 +27,7 @@
         - circuitBreaker:
             resilience4jConfiguration:
               minimumNumberOfCalls: 10
-              waitDurationInOpenState: 20
+              waitDurationInOpenState: 20000
             steps:
               - filter:
                   expression:

Reply via email to