envoyproxy/xds-relay
Implement retries on stream open failures from orchestrator -> origin server
開放
#68 建立於 2020年4月24日
enhancementhelp wanted
倉庫指標
- 星標
- (135 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Currently, we just error out. Implement configurable retry and back-off logic to re-attempt to open the stream on failures.
Currently we force close all downstream connections, forcing downstream clients to issue a retry. or we could just add it to the issue too