Skip to main content

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

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