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

add Protobuf Stream Decode operation #1384

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

oliverrahner
Copy link
Contributor

@oliverrahner oliverrahner commented Jul 21, 2022

I added a new operation for Protobuf Stream Decoding. Streaming basically concatenates multiple protobuf objects, each prepended with its VarInt encoded length.
I have yet to think of a creative way to enable adding schemas for the streamed objects, because there is no (elegant) way to assign message types to each respective object.
For the same reason, I didn't add an Encode operation.

@CLAassistant
Copy link

CLAassistant commented Jul 21, 2022

CLA assistant check
All committers have signed the CLA.

@oliverrahner oliverrahner force-pushed the protobufstreamdecode branch from acd2e72 to 2316b77 Compare July 21, 2022 14:45
@Frank-Wiebeler
Copy link

This would be very helpful to have, why isn't it merged yet?

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.

3 participants