spring-cloud / spring-cloud-gateway

An API Gateway built on Spring Framework and Spring Boot providing routing and more.
http://cloud.spring.io
Apache License 2.0
4.53k stars 3.33k forks source link

Integrate github rate limiting lua for redis #2201

Open spencergibb opened 3 years ago

spencergibb commented 3 years ago

https://github.blog/2021-04-05-how-we-scaled-github-api-sharded-replicated-rate-limiter-redis/

WEIZIBIN commented 2 years ago

@spencergibb Does this integration still need to be done? I can do this. By the way, the algorithm in post is fixed window, now the algorithm in gateway is token bucket.