IntermediateVocabulary#backend#architecture#devops

Leaky Bucket Algorithm Vocabulary

Build fluency in the vocabulary of queuing bursty requests and draining them at a strictly constant output rate.

0 / 5 completed
1 / 5
A teammate explains that incoming requests are queued into a fixed-size buffer and processed out of it at a strictly constant rate, so bursts get smoothed into a steady output stream and any request arriving when the buffer is full is dropped. What rate-shaping algorithm is being described?