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

[processor/memorylimiter] Add profiles support to memorylimiter processor #12454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iblancasa
Copy link
Contributor

Description

Add profiles support to the memorylimiter processor.

Link to tracking issue

Fixes #12453

@iblancasa iblancasa requested a review from a team as a code owner February 21, 2025 11:07
@iblancasa iblancasa requested a review from jmacd February 21, 2025 11:07
Comment on lines +109 to +113
// TODO: actually to be 100% sure that this is "refused" and not "dropped"
// it is necessary to check the pipeline to see if this is directly connected
// to a receiver (ie.: a receiver is on the call stack). For now it
// assumes that the pipeline is properly configured and a receiver is on the
// callstack and that the receiver will correctly retry the refused data again.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tangent: I wonder whether this comment (which appears 4 times now) will ever be resolved.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Especially without an issue. Maybe replace it with an issue is the first step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[processor/memorylimiter] Add profile support for memorylimiter processor
3 participants