beginners

aiosdev 2025-04-26T00:42:24.828179Z

Hi, I have try to handle disconnection (circuit bracker) with RING, Do you guys have any document link or suggestion ?

mloughlin 2025-04-26T16:45:04.876749Z

I think you will need to implement a middleware, that tracks circuit breaker state

aiosdev 2025-04-28T21:54:52.702939Z

@michael.e.loughlin Yep, that's what im doing, after work around. I found that we can handle jetty EOFException in middleware. Thanks

aiosdev 2025-04-28T21:55:04.999039Z

@jason.bullers Thanks for the resource.

2025-04-27T12:04:14.010039Z

Have you seen this? https://github.com/potetm/fusebox

👀 1