Create a rate-limit interceptor using a token bucket algorithm. Excess requests are queued (default) or rejected when the queue is full.
Rate-limit configuration (defaults used for omitted fields)
Create a rate-limit interceptor using a token bucket algorithm. Excess requests are queued (default) or rejected when the queue is full.