Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] Respecting Retry-After headers

Hi again,

I have created an issue for this as well:
https://github.com/eclipse-ee4j/jersey/issues/5864
But no response there either.

I find it hard to believe that nobody has implemented that using Jersey client?

On Sun, Feb 2, 2025 at 9:08 PM Martynas Jusevičius
<martynas@xxxxxxxxxxxxx> wrote:
>
> Hi,
>
> How does one go about respecting rate-limited 429 Too Many Requests
> responses with Jersey clients?
>
> I imagine this requires some client-wide code because a request-scoped
> filter alone would not be able to deal with this.
>
> I'm using the Jersey 3.1.0 client with ApacheConnectorProvider (AHC
> 4.5.13 I think).
>
>
> Martynas


Back to the top