gRPC Mirroring
- Lingua principale
- Java
- Stelle
- 12.1k
- Fork
- 4k
- Merge medio
- 2g 17h
- PR unite (30g)
- 37
Descrizione
### Is your feature request related to a problem?
Envoy supports request mirroring, which sends the same event to a primary Envoy cluster and also forwards it to another secondary cluster, configured either statically or dynamically.
This feature would be handy for testing and validation, such as migrating from one service to another or checking for regressions between two versions.
### Describe the solution you'd like
The solution we are looking for is the ability to mirror the same requests sent to two different gRPC services based on a static definition, like in here: https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/route-mirror.html
### Describe alternatives you've considered
One alternative would be to proxy our traffic through an Envoy deployment, but this would mean an extra hop in our system, as we are doing client-side load balancing right now.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start with the linked Envoy route-mirror documentation and review the repository's client-side load-balancing behavior, which the issue identifies as the current traffic path. Done means defining and implementing static mirroring of requests to two gRPC services, with tests and configuration points established during design.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- grpc, java
- Ambito
- api, backend, distributed-systems
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Tranquilla
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100