Mirroring

Request mirroring 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