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

Catch errors parsing broker message headers #17

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

wasdennnoch
Copy link
Member

There was no error handling for parsing headers of incoming broker messages. Not sure what happens with ungaught errors in the RabbitMQ library, but the Kafka library would be really angry at once, so let's make sure nothing will be angry at us if there is incoming malformed data :)

Copy link
Member

@ShindouMihou ShindouMihou left a comment

Choose a reason for hiding this comment

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

LGTM!

@wasdennnoch wasdennnoch merged commit 5b6a085 into main Dec 30, 2024
1 check passed
@wasdennnoch wasdennnoch deleted the adrian/catch-broker-header-parse-errors branch December 30, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants