Skip to content

Conversation

arturobernalg
Copy link
Member

  • Retries once on 425 Too Early.
  • Optionally retries idempotent requests on 429/503, honoring Retry-After (delta-seconds or HTTP-date).
  • Ensures retries only for idempotent methods and repeatable entities/producers.
  • Signals TLS layer to disable early data on retry (http.client.tls.early_data.disable).

Add TooEarlyRetryStrategy and async/classic exec interceptors
Classic: drain & close then reacquire endpoint before retry; stable ITs
Helpers: HttpClients/HttpAsyncClients *TooEarlyAware builder presets
@arturobernalg arturobernalg requested a review from ok2c August 17, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant