data
performance_error
ai_generated
true
BackpressureException: downstream consumer too slow
ID: data/streaming-backpressure
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Streaming pipeline backpressure due to slow consumer.
genericWorkarounds
-
88% success Scale consumer or optimize processing speed
-
85% success Use bounded buffers with overflow strategy (latest/oldest)
Dead Ends
Common approaches that don't work:
-
Increase buffer to unlimited
82% fail
OOM when consumer cant catch up
-
Drop messages on backpressure
80% fail
Data loss