Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rate-limit processor #262

Merged
merged 3 commits into from
Oct 25, 2023
Merged

Conversation

netixx
Copy link
Contributor

@netixx netixx commented Oct 24, 2023

Create a new event processor that rates-limits the amount of messages that arrive through a subscription.

This is useful to protect infrastructure behind the collector in case from high network change rate (due to eg. a network outage).

@google-cla
Copy link

google-cla bot commented Oct 24, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@netixx netixx force-pushed the rate-limiter-processor branch from 1aae22c to c02f061 Compare October 24, 2023 15:55
docs/user_guide/event_processors/event_rate_limit.md Outdated Show resolved Hide resolved
formatters/event_rate_limit/event_rate_limit.go Outdated Show resolved Hide resolved
formatters/event_rate_limit/event_rate_limit.go Outdated Show resolved Hide resolved
@karimra
Copy link
Collaborator

karimra commented Oct 25, 2023

Thanks for the PR, writing docs and making the requested changes. Looking forward to the next ones :)

@karimra karimra merged commit 0436882 into openconfig:main Oct 25, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants