data performance_error ai_generated true

BackpressureException: downstream consumer too slow

ID: data/streaming-backpressure

Also available as: JSON · Markdown
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
any active

Root Cause

Streaming pipeline backpressure due to slow consumer.

generic

Workarounds

  1. 88% success Scale consumer or optimize processing speed
  2. 85% success Use bounded buffers with overflow strategy (latest/oldest)

Dead Ends

Common approaches that don't work:

  1. Increase buffer to unlimited 82% fail

    OOM when consumer cant catch up

  2. Drop messages on backpressure 80% fail

    Data loss