envoyproxy/xds-relay

Implement retries on stream open failures from orchestrator -> origin server

Open

#68 opened on Apr 24, 2020

 (8 comments) (0 reactions) (1 assignee)Go (29 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (135 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide