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.72k stars 101 forks source link

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

Closed jamesmunns closed 1 month ago

jamesmunns commented 1 month 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.