You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
The protobuf apiv2 has been released a few weeks ago. The protbuf project supports the apiv1 indefinitely but we don't have any obligations to do so explicitly.
Issues gRPC plugin: Currently the APIv2 grpc-go plugin for the protoc compiler cannot be used to generate service stubs: golang/protobuf#903
The grpc part of the generator is in the phase to be moved to the grpc-go project: grpc/grpc-go#3453
and as soon as its available can be used with APIv2 to gRPC services.
Non-Issues mixing APIv1/APIv2: is possible since github.com/golang/protobuf v1.4.0 where v1.4.0 is a shim over APIv1.
After we changed from the v1 API with the v2 implementation, the following WIP branch uses the new protoc-gen-go-grpcand protoc-go protoc plugins. They now produce separate pb.go and grpc.pb.go files:
The protobuf apiv2 has been released a few weeks ago. The protbuf project supports the apiv1 indefinitely but we don't have any obligations to do so explicitly.
refs:
tasks:
The text was updated successfully, but these errors were encountered: