envoyproxy/envoy
Auf GitHub ansehenStreamInfo: split between downstream and upstream
Open
#17.594 geöffnet am 4. Aug. 2021
help wantedtech debt
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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.