Options
All
  • Public
  • Public/Protected
  • All
Menu

Setting this header on egress requests will cause Envoy to attempt to retry failed requests (number of retries defaults to 1, and can be controlled by x-envoy-max-retries header or the route config retry policy). gRPC retries are currently only supported for gRPC status codes in response headers. gRPC status codes in trailers will not trigger retry logic.

Index

Enumeration members

CANCELLED

CANCELLED: = "cancelled"

Envoy will attempt a retry if the gRPC status code in the response headers is “cancelled” (1)

DEADLINE_EXCEEDED

DEADLINE_EXCEEDED: = "deadline-exceeded"

Envoy will attempt a retry if the gRPC status code in the response headers is “deadline-exceeded” (4)

RESOURCE_EXHAUSTED

RESOURCE_EXHAUSTED: = "resource-exhausted"

Envoy will attempt a retry if the gRPC status code in the response headers is “resource-exhausted” (8)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc