Hi, I have try to handle disconnection (circuit bracker) with RING, Do you guys have any document link or suggestion ?
I think you will need to implement a middleware, that tracks circuit breaker state
@michael.e.loughlin Yep, that's what im doing, after work around. I found that we can handle jetty EOFException in middleware. Thanks
@jason.bullers Thanks for the resource.