Queue Based Load Leveling pattern
Sudden increase in the number of requests on a service may result in performance and reliability problems. To mitigate this issue introduce a queue between the client and the service.
The client posts the message in the queue with the required data f...
ashoksubbiah.in1 min read