Discussion:
Equivalant of a proper Circuit Breaker
Mohan Radhakrishnan
2017-11-05 03:16:54 UTC
Permalink
Hi,

I read http://hc.apache.org/httpclient-3.x/exception-handling.html.
That is a straightforward 'retry' handler.

Is there a simple circuit breaker built into the client ? A simple one
could be something like https://github.com/resilience4j/resilience4j

Does anyone plug something like into the client ?

Thanks,
Mohan
Mohan Radhakrishnan
2017-11-19 06:06:33 UTC
Permalink
I was actually asking about some failure detection patterns that could help
me find out when a SOAP web service is not responding in time. I know it is
hard to detect that.

Thanks,
Mohan

On 5 November 2017 at 08:46, Mohan Radhakrishnan <
Post by Mohan Radhakrishnan
Hi,
I read http://hc.apache.org/httpclient-3.x/exception-handling.html.
That is a straightforward 'retry' handler.
Is there a simple circuit breaker built into the client ? A simple one
could be something like https://github.com/resilience4j/resilience4j
Does anyone plug something like into the client ?
Thanks,
Mohan
Christopher Schultz
2017-11-20 15:16:46 UTC
Permalink
Mohan,
Post by Mohan Radhakrishnan
On 5 November 2017 at 08:46, Mohan Radhakrishnan <
Post by Mohan Radhakrishnan
Hi,
I read http://hc.apache.org/httpclient-3.x/exception-handling.html.
That is a straightforward 'retry' handler.
Is there a simple circuit breaker built into the client ? A simple one
could be something like https://github.com/resilience4j/resilience4j
Does anyone plug something like into the client ?
Thanks,
Mohan
I was actually asking about some failure detection patterns that could help
me find out when a SOAP web service is not responding in time. I know it is
hard to detect that.
Perhaps you should set a read-timeout and act when that timeout occurs?

-chris

Loading...