You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "rafamqrs (via GitHub)" <gi...@apache.org> on 2023/02/15 02:15:26 UTC

[GitHub] [camel-karavan] rafamqrs opened a new pull request, #659: #536: Added Fault Tolerance

rafamqrs opened a new pull request, #659:
URL: https://github.com/apache/camel-karavan/pull/659

   @mgubaidullin, please have a look at this implementation, I've added the retry and circuit breaker, the CircuitBreaker opens if half of the requests (failureRatio = 0.5) of ten consecutive invocations (requestVolumeThreshold=10) fail.
        *  The circuit stays open for 1000 milliseconds and then it becomes half-open.
        *  After a successful invocation, the circuit is closed again.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin merged pull request #659: #536: Added Fault Tolerance

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin merged PR #659:
URL: https://github.com/apache/camel-karavan/pull/659


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org