Skip to content

Add RetryRule.onResponseTimeout() #4876

@ikhoon

Description

@ikhoon

The following ones would be useful to configure rules for RetryingClient and CircuitBreakerClient when a request is timed out before fully receiving a response.

  • RetryRule.onResponseTimeout(Backoff backoff)
  • RetryRule.builder().onResponseTimeout()
  • CircuitBreaker.onResponseTimeout(Backoff backoff)
  • CircuitBreaker.builder().onResponseTimeout()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions