On 12 June 2016 at 12:05, Benedikt Ritter <brit...@apache.org> wrote:
> Hi,
>
> CircuitBreaker is a pattern usually used when working with remote systems.
> We have a CircuitBreaker implementation added to [LANG] in the concurrent
> package. Now I'm wondering whether it would better fit into [NET].
>
> Thoughts?

That does not seem a good fit.
NET is about providing basic interaces for network protocols.

Besides, it's not only useful for network operations implemented by NET.
For example, it could be useful with JDBC.

> Benedikt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to