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 < [email protected]> wrote: > 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 >
