requestMirrorPolicy property
Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination. Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.
Implementation
@$pb.TagNumber(10)
HttpRoute_RequestMirrorPolicy get requestMirrorPolicy => $_getN(8);
Implementation
@$pb.TagNumber(10)
set requestMirrorPolicy(HttpRoute_RequestMirrorPolicy v) {
setField(10, v);
}