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

Use varint encoding for protobuf streaming #100

Merged
merged 2 commits into from
May 12, 2023
Merged

Use varint encoding for protobuf streaming #100

merged 2 commits into from
May 12, 2023

Conversation

emcfarlane
Copy link
Owner

Switch to varint encoding for delimiting messages. The follows convention in protobuf libs: protocolbuffers/protobuf#10229

In go use protodelim to write/read streamed data.

@emcfarlane emcfarlane self-assigned this May 12, 2023
@emcfarlane emcfarlane merged commit 6820d46 into main May 12, 2023
@emcfarlane emcfarlane deleted the streamcodec branch May 12, 2023 12:13
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.

1 participant