Route Spec Http2Route Retry Policy
data class RouteSpecHttp2RouteRetryPolicy(val httpRetryEvents: List<String>? = null, val maxRetries: Int, val perRetryTimeout: RouteSpecHttp2RouteRetryPolicyPerRetryTimeout, val tcpRetryEvents: List<String>? = null)
Constructors
Link copied to clipboard
fun RouteSpecHttp2RouteRetryPolicy(httpRetryEvents: List<String>? = null, maxRetries: Int, perRetryTimeout: RouteSpecHttp2RouteRetryPolicyPerRetryTimeout, tcpRetryEvents: List<String>? = null)
Types
Properties
Link copied to clipboard
List of HTTP retry events. Valid values: client-error
(HTTP status code 409), gateway-error
(HTTP status codes 502, 503, and 504), server-error
(HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), stream-error
(retry on refused stream). Valid values: client-error
(HTTP status code 409), gateway-error
(HTTP status codes 502, 503, and 504), server-error
(HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), stream-error
(retry on refused stream).
Link copied to clipboard
Link copied to clipboard