Distributed Rate Limiting using SQL database (e.g. Oracle) #58798
Unanswered
stylianosnicoletti
asked this question in
Ideas
Replies: 2 comments 1 reply
-
AFAIK, #41861 represents the latest state of this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @martincostello! I can see this discussion is for REDIS, my suggestions is to have an SQL Database as well like Oracle |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Rate limiting middleware in ASP.NET Core cannot be used for distributed systems where consistency and shared rate limiting across multiple servers.
Any plan on making this feature available.
An option to use a Distributed cache such as REDIS or SQL database.
Beta Was this translation helpful? Give feedback.
All reactions