Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Protobuf Introduction + Types #5491
Protobuf Introduction + Types #5491
Changes from 10 commits
adfae21
72f70c0
80ab9d6
bf49ef2
d9c08cf
c5e5c6b
c1b17a5
28b2da6
f039b99
49aa60d
cd092c0
b3463f7
f05929c
52e0a49
161f23b
5098419
7501af3
5c6c08c
2e80b77
9e6a906
33400ef
241eafb
489d5e0
01f7766
bb4ae4e
d6182fb
ba12a87
153dadd
3504709
8bf9d72
790802b
63ce937
c123a18
b35d36d
cd6de70
51b5f35
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any use case for streaming RPC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we don't atm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would actually lean towards requiring field comments, but maybe it will make migration slower...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can, but it'll be super tedious. We don't even do this for standard go types.