Hi all, recently Bruno and myself have been working on an implementation of the circuit breaker concept to be added to [lang] - more background information and discussions can be found at https://issues.apache.org/jira/browse/LANG-1085.
We now reached a state where we created a first pull request. We came up with a generic interface defining the circuit breaker protocol, an abstract base class, and two implementations for different use cases - so the component consists of multiple classes. Currently, the classes are located in the concurrent package. We are not sure whether this is the right place. Maybe a separate package would be more appropriate? What do others think? Feedback would be highly appreciated. Thanks Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org