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

Allow dumping varint-delimited protos #26

Open
timothyg-stripe opened this issue May 13, 2024 · 0 comments
Open

Allow dumping varint-delimited protos #26

timothyg-stripe opened this issue May 13, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@timothyg-stripe
Copy link

Currently, protoscope doesn't allow dumping or representing varint-delimited protobuf messages, which is used somewhat frequently in parts of the world. E.g., some official protobuf libraries has parseDelimitedFrom and writeDelimitedTo; Bazel uses it for query --output=streamed_proto and build --build_event_binary_file=.... It would be helpful to add support for these dumps, behind an option of course.

A simple extension to the protoscope language to allow representing varint-delimited protos could be the --- document separator used by YAML.

@esorot esorot added the help wanted Extra attention is needed label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants