-
Notifications
You must be signed in to change notification settings - Fork 1.2k
✨ Event broadcast opts #587
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
Conversation
Welcome @liztio! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: liztio The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bee18b0
to
dcfceea
Compare
I don't think I fully understand the implications of bumping client-go, is that likely to break other things? |
/assign @DirectXMan12 @fanzhangio This issue is affecting us in cluster-api where the Spam Filter is eating events we are generating. |
Yeah, this needs to be done carefully otherwise we accidentally break backwards compat |
besides the aforementioned bump issues (might just pull that in in #588 anyway), this needs at least one of
Alternatively, maybe we should just bump this up a level and let you set the recorder-provider directly? |
That way we don't need to carry a rather niche dependency on some highly-implementation-specific options |
that makes sense to me, let me mock up a PR rq |
@DirectXMan12 does #591 look any better to you? |
yeah, let's switch to that one |
New method to set correlator options for event recording
Unverified