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

Handle UnicodeDecodeError in kafka input #663

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

ppcad
Copy link
Collaborator

@ppcad ppcad commented Sep 10, 2024

Prevent pipeline crash if kafka input tries to decode non-unicode character.

@ppcad ppcad requested a review from ekneg54 September 10, 2024 07:34
@ppcad ppcad self-assigned this Sep 10, 2024
@ppcad ppcad linked an issue Sep 10, 2024 that may be closed by this pull request
Copy link
Collaborator

@ekneg54 ekneg54 left a comment

Choose a reason for hiding this comment

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

thank you for this

@ekneg54 ekneg54 merged commit 4cbb01d into main Sep 10, 2024
12 checks passed
@ekneg54 ekneg54 deleted the dev-handle-unicode-decode-error branch September 10, 2024 09:28
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.

Uncaught UnicodeDecodeError exceptions causing pipeline crashes
2 participants