envoyproxy/envoy
Ver no GitHubStreamInfo: split between downstream and upstream
Open
#17.594 aberto em 4 de ago. de 2021
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.