You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Matteo Pavesi (JIRA)" <ji...@apache.org> on 2014/11/12 12:01:33 UTC

[jira] [Created] (CAMEL-8039) Implement halfOpen state in CircuitBreaker

Matteo Pavesi created CAMEL-8039:
------------------------------------

             Summary: Implement halfOpen state in CircuitBreaker
                 Key: CAMEL-8039
                 URL: https://issues.apache.org/jira/browse/CAMEL-8039
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Matteo Pavesi
            Priority: Trivial
             Fix For: 2.14.1


The CircuitBreaker EIP described in ReleaseIt! has an halfOpen state. It means that after the halfOpen time timeout, the circuitBreaker is accepting one more exchange and it close the circuit only if the processor succeeds.

This is not implemented in Camel, I would like to propose the attached patch with code and test for implementing the HalfOpen state.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)