[ 
https://issues.apache.org/jira/browse/SOLR-17301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul reassigned SOLR-17301:
---------------------------------

    Assignee: Noble Paul

> Support all types of requests in rate limiting
> ----------------------------------------------
>
>                 Key: SOLR-17301
>                 URL: https://issues.apache.org/jira/browse/SOLR-17301
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>
> Rate limiting is now limited to QUERY , it should be possible to  support all 
> types
> {code:json}
> {
>   "rate-limiters": {
>     [
>       {
>         "type": "QUERY",
>      
>         "allowedRequests": 5,
>         "slotAcquisitionTimeoutInMS": 100
>         },
>       {
>         "type": "UPDATE",
>         "allowedRequests": 25,
>         "slotAcquisitionTimeoutInMS": 100
>         }
>       ]
>       }
>  }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to