[Question] About Rate limiting in YARP #609
-
Is rate limiting planned to be part of the project? If not, any suggestion on how to implement it per route? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you clarify what you want to rate limit? All requests? Requests per user? Requests per route/cluster/destination? ASP.NET Core has a general concurrency limiting component that could be used with YARP. There are some improvements in progress that would make it even better (dotnet/aspnetcore#20835). I don't anticipate YARP needing to develop it's own implementation, but more likely integrate with an existing one list this. |
Beta Was this translation helpful? Give feedback.
-
I was thinking on having something configurable that we can add per route/cluster/destination, like we are doing right now with Authentication and Authorization. |
Beta Was this translation helpful? Give feedback.
-
Did I answer your question @Tratcher? Any follow up on this? |
Beta Was this translation helpful? Give feedback.
Did I answer your question @Tratcher? Any follow up on this?
Thanks