You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
The current protocol makes heavy use of ZMQ multipart messages. This should be converted to use protocol buffers. The idea here is that it provides message format versioning automatically, and that it's fast and compact. Some parts of the wire protocol will still need to consist of strings (the header for PUB messages, for instance), but the rest will not and should be converted.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current protocol makes heavy use of ZMQ multipart messages. This should be converted to use protocol buffers. The idea here is that it provides message format versioning automatically, and that it's fast and compact. Some parts of the wire protocol will still need to consist of strings (the header for PUB messages, for instance), but the rest will not and should be converted.
The text was updated successfully, but these errors were encountered: