ardatosun / loadbalancer

Simple Go Load Balancer
MIT License
5 stars 4 forks source link

Implement Rate Limiting on Requests #11

Closed ardatosun closed 6 days ago

ardatosun commented 1 week ago

To enhance the stability and performance of our load balancer, we need to introduce a rate limiting feature that restricts the number of requests sent to each backend service to a specified limit per second. This implementation will provide a default global limit, with the ability to override this limit for individual backends.

Requirements:

ohyesgocool commented 1 week ago

Hi @ardatosun I can pick this up if that is okay ?

ardatosun commented 1 week ago

You are on fire @ohyesgocool, sure 😄