iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
90.08k stars 26.61k forks source link

Add Rate limiter pattern to web applications #3068

Closed victormontebello closed 3 weeks ago

victormontebello commented 1 month ago

i think it's a good idea to introduce p-design pattern of rate limiter usage in networked applications. Lately the internet suffers from multiple attacks of bots and resources, which can be better administrator with rate limiters.