This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Improved Retry-Config
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 justSeq
- removed unused properties
isSecureConnection
anddefaultDeadline
fromHttpClientConfig