Hi all,

I would like to propose to implement the half open state as described in
this diagram:

http://martinfowler.com/bliki/images/circuitBreaker/state.png.

When the halfOpenAfter timeout is reached, the circuitBreaker change into a
HALF_OPEN state. If the next exchange is successful, the CircuitBreaker
opens, otherwise it returns to the OPEN state again.

I created a CAMEL issue on jira and attached a possible implementation:

https://issues.apache.org/jira/browse/CAMEL-8039



--
View this message in context: 
http://camel.465427.n5.nabble.com/HalfOpen-state-implementation-in-CircuitBreaker-tp5758988.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to