grpc-ecosystem / awesome-grpc

A curated list of useful resources for gRPC
Creative Commons Attribution 4.0 International
7.56k stars 578 forks source link

Add Limitador to Tools-Other #222

Open eguzki opened 8 months ago

eguzki commented 8 months ago

From github

Limitador is a generic rate-limiter written in Rust. It can be used as a library, or as a service. The service exposes HTTP endpoints to apply and observe limits. Limitador can be used with Envoy because it also exposes a grpc service, on a different port, that implements the Envoy Rate Limit protocol (v3).