Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Add protoc-gen-go-grpc #2774

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

GuessWhoSamFoo
Copy link
Contributor

What this PR does / why we need it:
Per Readme in https://github.com/golang/protobuf, https://pkg.go.dev/mod/google.golang.org/protobuf is the preferred module which splits the protobuf compiler (protoc) and the runtime modules.

This update requires adding mustEmbedUnimplemented__ for each registered service. See grpc/grpc-go#3669 for background on this change.

Which issue(s) this PR fixes

@GuessWhoSamFoo
Copy link
Contributor Author

I'm going to hold this until all other existing work with protobuf related changes are merged this sprint

Signed-off-by: Sam Foo <[email protected]>
@GuessWhoSamFoo GuessWhoSamFoo merged commit 7a0374a into vmware-archive:master Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated usage of pb.Timestamp
2 participants