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

Improve ZeroMQ Adapter Message Serilization Error Handling #196

Open
callumforrester opened this issue Nov 22, 2023 · 1 comment
Open

Improve ZeroMQ Adapter Message Serilization Error Handling #196

callumforrester opened this issue Nov 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@callumforrester
Copy link
Contributor

The ZMQ adapter serializes messages before pushing, there are currently two major issues with this: It raises an exception when it gets an empty message (i.e. []) and said exception is swallowed, along with any other serialization errors.

@GDYendell
Copy link

Is it expected that adding an empty message to the queue would do something useful? It could handle empty messages more explicitly to allow reporting of serialization errors of messages with actual content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants