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 more EventSource event logs for failed to publish events #3147

Merged
merged 1 commit into from
May 29, 2024

Conversation

aaron-arellano
Copy link
Contributor

@aaron-arellano aaron-arellano commented May 28, 2024

Checklist:

Adds a debug log in the EventSource which logs the incoming event body with the CloudEvents event ID for better correlation in the EventSource. Also adds the CloudEvents EventID to the Failed to publish an event log so we can actually know what event failed to publish to the EventBus. This ID was not available in that log before and when a failure occurred where the event failed to publish to the EventBus we were unable to pinpoint exactly what event failed to publish. This PR is meant to add more transparency to event failures in the EventSource so we have the ability to see what failed, similar to how we can debug the event in the Trigger.

@aaron-arellano aaron-arellano requested a review from whynowy as a code owner May 28, 2024 16:33
Copy link
Member

@whynowy whynowy left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for adding your org to the user list!

@whynowy whynowy merged commit 70689c7 into argoproj:master May 29, 2024
8 checks passed
whynowy pushed a commit that referenced this pull request Jun 14, 2024
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