Skip to main content

RateLimiterConfig

This class defines the configuration for a rate limiter, specifying the maximum queries per second (QPS) and the maximum burst size allowed for calls to a remote service.

Attributes

AttributeTypeDescription
QPSintQueries per second from one process to the remote service, defining the maximum rate of calls per second.
BurstintMaximum burst size, defining the maximum burst size.