envoyproxy / envoyproxy/java-control-plane
lose watch when SimpleCache respond return false in respondWithSpecificOrder
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 312
- Forks
- 149
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
For ADS mode, class io.envoyproxy.controlplane.cache.SimpleCache will respond to client when setSnapshot.
When respond(watch, snapshot, group); return false, respondWithSpecificOrder will lose the watch, since respond is not complete, client will not rewatch
`
respond(watch, snapshot, group);
// Discard the watch. A new watch will be created for future snapshots once envoy ACKs the response.
return true;
`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.