Configuration Reference
Version:1.0.0.BUILD-SNAPSHOT
Ratelimiter Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.List |
The ANT style paths that rate limiting should be applied to |
|
boolean |
If true, the provided IP address BucketNameResolver |
Ratelimiter Resilience4j Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
True if the resilience4j rate limiter should be enabled |
|
java.util.Map |
The registry tags |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
The refresh period of the rate limit |
|
java.lang.Long |
How many requests are allowed in the period |
|
java.time.Duration |
How long to wait for rate limit permission |