Docs Cloud Redpanda Connect Components Rate Limits local local Available in: Cloud, Self-Managed The local rate limit is a simple X every Y type rate limit that can be shared across any number of components within the pipeline but does not support distributed rate limits across multiple running instances of Benthos. # Config fields, showing default values label: "" local: count: 1000 interval: 1s Fields count The maximum number of requests to allow for a given period of time. Type: int Default: 1000 interval The time window to limit requests by. Type: string Default: "1s" Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Rate Limits redis