Andrew O'Hara
04/04/2024, 2:54 PMfastInternet
and slowInternet
into my application, but I dislike this approach, and desire even greater flexibility. I know that resilience4j has the time limiter, but I'm unsure if it would gracefully cleanup the connections as well as the HTTP client implementation would.Andrew O'Hara
04/04/2024, 2:55 PMfun interface TimedRequestHandler: (Request, Duration) -> Response
and caching several client implementations with various timeouts internally. But I'm unsure about the potential overhead from having so many clients with their own connection pools sitting in memory forever.James Richardson
04/04/2024, 3:32 PMJames Richardson
04/04/2024, 3:39 PMAndrew O'Hara
04/04/2024, 4:33 PMAndrew O'Hara
04/11/2024, 8:06 PMJames Richardson
04/12/2024, 4:53 PMAndrew O'Hara
04/12/2024, 4:55 PMJames Richardson
04/12/2024, 4:59 PM