Purpose
Fix three bugs in the TCP input that cause data corruption and OOM under load.
Why this is one agent run
Repo footprint
crates/logfwd-io/src/tcp_input.rs
Related issues
| # |
Type |
Why included |
| #576 |
P0 bug |
TCP/UDP inputs have no backpressure — will OOM under sustained load |
| #803 |
bug |
TCP input merges all connections into one stream — cross-connection data corruption |
| #804 |
bug |
TCP client disconnect loses partial line — no EndOfFile emitted |
Non-goals
Merge-safety notes
Exit criteria
Purpose
Fix three bugs in the TCP input that cause data corruption and OOM under load.
Why this is one agent run
Repo footprint
crates/logfwd-io/src/tcp_input.rsRelated issues
Non-goals
Merge-safety notes
Exit criteria