[ 
https://issues.apache.org/jira/browse/LANG-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577757#comment-14577757
 ] 

Bruno P. Kinoshita commented on LANG-1085:
------------------------------------------

>Regarding the next steps, I am pretty content with the current state of 
>TimedCircuitBreaker. I will copy (and maybe slightly adapt) the class 
>documentation from the original CircuitBreaker class. The tests should also be 
>pretty complete. Do you want to work on the polishing of the other classes?

Excellent! I'll take care of the memory circuit breaker, tests and docs.

>So what would be easier for our collaboration? Can I somehow grant you direct 
>access to my repository? 

I think the best would be if you could fork [lang]'s GitHub repository, create 
a branch for the circuit breaker and move the classes there. I can submit a 
pull request to your repository. Then you can squash the commits and push a 
single one as a pull request to [lang]. That would make reviewing the changes 
very easy, what do you think?

> Add a circuit breaker implementation
> ------------------------------------
>
>                 Key: LANG-1085
>                 URL: https://issues.apache.org/jira/browse/LANG-1085
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.concurrent.*
>            Reporter: Oliver Heger
>         Attachments: CircuitBreaker.java, CircuitBreakerTest.java
>
>
> A _circuit breaker_ is a useful component to protect an application against 
> unreliable services or load peaks. A simple implementation could be a good 
> fit for the concurrent package.
> A proposed implementation is attached. Feedback is welcome!



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

Reply via email to