Re: [akka-user] Circuit breaker reset based upon number of failures within a time window.

2015-10-04 Thread Sandeep Khurana
failure count in Closed is reset to 0 immediately when there is one > successful call. > > /Patrik > > >> >> On Thu, Oct 1, 2015 at 11:28 AM, Sandeep Khurana > > wrote: >> >>> Hello All >>> >>> I am evaluating Akka to use in our e

[akka-user] Circuit breaker reset based upon number of failures within a time window.

2015-10-01 Thread Sandeep Khurana
Hello All I am evaluating Akka to use in our enterprise application. One of the feature which we are looking for is to find out if we can allow circuit breaker to remain closed when the number of failures are less than certain threshold within a time window. For example, If in 30 minutes nu