Docs Local Kubernetes Blog Enterprise Community Get Started GitHub

Mirroring

Attach to:

Backend

Request mirroring Mirroring A resiliency feature that sends a copy of requests to an additional backend for testing or analysis, without affecting the primary request flow. allows sending a copy of each request to an alterative backend. These request will not be retried if they fail.

requestMirror:
  backend:
    host: localhost:8080
  # Mirror 50% of request
  percentage: 0.5