rateLimiter
Description
Rate limiting
Can be used in
spring:beans, api, bean, if, interceptor, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
keyExpression | false | ip-address | The ratelimiter counts requests for a key. | |
requestLimit | false | 1000 | number of requests | |
requestLimitDuration | false | PT3600S | Duration after the limit is reset in PTxS where x is the time in seconds |