envoyproxy / envoyproxy/envoy-mobile
API to send/receive app-specific XDS configs/messages
- Lingua principale
- Java
- Stelle
- 566
- Fork
- 85
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
APIs to interact with the XDS layer would be extremely useful for mobile - in particular a method to allow the native app to make an XDS request with an app-specified type, and to get back the opaque response from the server and ack/nack.
For mobile it is better to reduce the number of active TCP connections ( and associated keep-alives ), such API would allow the XDS server to also push app-specific configs, or configs for filters that are implemented using the app extension APIs. If this is combined with adding an opaque payload to the XDS request, the XDS connection can be used to multiplex a light push messaging mechanism, so apps can keep only one socket open.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.