I will take care of it today.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On November 12, 2014 at 8:08:37 PM, Matteo Pavesi (pavesi.mat...@gmail.com) 
wrote:
> 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