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

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Property
  • Inherited property

Generated using TypeDoc