envoyproxy/envoy

StreamInfo: split between downstream and upstream

Open

#17.594 aberto em 4 de ago. de 2021

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (5.373 forks)batch import
help wantedtech debt

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Currently StreamInfo is a grab bag for fields that might not make sense for both upstream and downstream (and for that matter for all the places it is used HTTP streams, TCP connections, etc).

Consider splitting in a way that would reduce scope of the interface and make it easier to understand what a particular StreamInfo object is describing.

Guia do colaborador