Backpressure and Flow Control
A common misconception is that actor systems automatically handle unlimited message rates. In reality, every actor has finite processing capacity. Unbounded mailboxes may lead to increased memory usage and eventually to process failure.