Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Improved Retry-Config

Compare
Choose a tag to compare
@JannikArndt JannikArndt released this 06 Mar 17:13
· 403 commits to master since this release
e60ac58

Feature

You can now configure retries for

  • 502 Bad Gateway
  • 4xx in general
  • 5xx in general

Convenience

  • You can use HttpMetrics.none if you want to.
  • There's a new RetryConfig.default.

Fixes

  • removed logback-classic dependency that could lead to weird logging behavior
  • replaced immutable.Seq with just Seq
  • removed unused properties isSecureConnection and defaultDeadline from HttpClientConfig