Is backpressure only needed when the system cannot scale?

72 views Asked by At

I was wondering if using backpressure in a system generally did not provide a benefit as it just leads to higher latency / less throughput because it prevents scaling out the overwhelmed resources. Should it only be used for resources that cannot be scaled e.g. a browser client?

0

There are 0 answers