memorysafety / river

This repository is the home of the River reverse proxy application, based on the pingora library from Cloudflare.
https://www.memorysafety.org/initiative/reverse-proxy/
Apache License 2.0
1.93k stars 108 forks source link

Initial rate limiting impl based on the `leaky-bucket` and `concread` crates #67

Closed jamesmunns closed 3 months ago

jamesmunns commented 3 months ago

This is now generally complete, waiting for feedback on docs, and I'll plan to merge this.

CC https://github.com/udoprog/leaky-bucket/issues/34 for notes regarding the "token debt" optimization necessary in the future.