-
Is it possible with YARP to set a rate limiting policy using configuration without defining a specific .NET service? I have a requirement to fully configure the rate limiting policy through configuration. I cannot find information if the YARP support that itself, or it needs to be done on my own. Here is an example of what I'm trying to achieve: {
"RateLimiterPolicy": {
"FixedWindow": {
"PermitLimit": 100,
"QueueLimit": 5
}
}
} Thanks in advance for any suggestions. |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Dec 16, 2024
Replies: 1 comment 1 reply
-
This is a great question for https://github.com/microsoft/reverse-proxy/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ProximaB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a great question for https://github.com/microsoft/reverse-proxy/