Skip to content

Commit c6c0c8f

Browse files
committed
Test all gubernator behaviors
1 parent e7d1cf8 commit c6c0c8f

File tree

2 files changed

+1019
-939
lines changed

2 files changed

+1019
-939
lines changed

processor/ratelimitprocessor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a in-memory rate limiter, or makes use of a [gubernator](https://github.com/gube
2222
| `classes` | Named rate limit class definitions for class-based dynamic rate limiting. Only applicable when the rate limiter type is `gubernator`. | No | |
2323
| `default_class` | Default class name to use when resolver returns unknown/empty class. Must exist in classes when set. Only applicable when the rate limiter type is `gubernator`. | No | |
2424
| `class_resolver` | Extension ID used to resolve a class name for a given unique key. Only applicable when the rate limiter type is `gubernator`. | No | |
25-
| `gubernator_behavior` | Behavior of the `gubernator` rate limiter. Options are `0` (BATCHING), `1` (NON_BATCHING) or `2` (GLOBAL). See [gubernator architecture docs](https://github.com/gubernator-io/gubernator/blob/master/docs/architecture.md#global-behavior) for more information. | No | `0` (BATCHING) |
25+
| `gubernator_behavior` | Behavior of the `gubernator` rate limiter. Options are `0` (BATCHING), `1` (NO_BATCHING) or `2` (GLOBAL). See [gubernator architecture docs](https://github.com/gubernator-io/gubernator/blob/master/docs/architecture.md#global-behavior) for more information. | No | `0` (BATCHING) |
2626

2727
### Overrides
2828

0 commit comments

Comments
 (0)