-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
google.golang.org/grpc: move protoc-gen-go-grpc into grpc module #903
Comments
Note to self: we need to port the unimplemented server types to the new implementation. |
The CI system has not yet been update to download the needed tools for protobuf v2 generation, these are: go get -u google.golang.org/protobuf/cmd/protoc-gen-go go get -u google.golang.org/protobuf/cmd/protoc-gen-go-grpc Note: protoc-gen-go-grpc will move to google.golang.org/grpc in the future (see golang/protobuf#903). Tentative fix of #10.
The CI system has not yet been update to download the needed tools for protobuf v2 generation, these are: go get -u google.golang.org/protobuf/cmd/protoc-gen-go go get -u google.golang.org/protobuf/cmd/protoc-gen-go-grpc Note: protoc-gen-go-grpc will move to google.golang.org/grpc in the future (see golang/protobuf#903). Tentative fix of #10.
The CI system has not yet been update to download the needed tools for protobuf v2 generation, these are: go get -u google.golang.org/protobuf/cmd/protoc-gen-go go get -u google.golang.org/protobuf/cmd/protoc-gen-go-grpc Note: protoc-gen-go-grpc will move to google.golang.org/grpc in the future (see golang/protobuf#903). Tentative fix of #10.
The CI system has not yet been update to download the needed tools for protobuf v2 generation, these are: go get -u google.golang.org/protobuf/cmd/protoc-gen-go go get -u google.golang.org/protobuf/cmd/protoc-gen-go-grpc Note: protoc-gen-go-grpc will move to google.golang.org/grpc in the future (see golang/protobuf#903). Tentative fix of #10.
This still needs to happen, but probably after the first rc1 release. |
The logic has been moved to be an internal package of v1. Moving to grpc can happen shortly after but doesnt block release. |
Did I miss this in the release notes? I wanted to try new v2 protobuf implementation today, but cannot because of the missing |
Adding a generator to the gRPC module is in progress; for now, you can use |
The current error message produced by We should update that message to point to the updated gRPC documentation when it's ready. \cc @Merovius |
Done with grpc/grpc-go#3453 |
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
As described in [1], plugins=grpc is not supported anymore in latest versions of protoc-gen-go because it was moved to https://github.com/grpc/grpc-go project [2]. This commit updates api/gadgettracermanager to use the new syntax and regenerates the code. [1] golang/protobuf#1070 [2] golang/protobuf#903
We intend to hand off ownership of
protoc-gen-go-grpc
to thegoogle.golang.org/grpc
project. This issue tracks coordination betweengoogle.golang.org/protobuf
andgoogle.golang.org/grpc
to accomplish this.The text was updated successfully, but these errors were encountered: