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-unsubscr...@camel.apache.org

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

Reply via email to