grpc/grpc.io

question about version of protobuf(protoc)

Calemsy opened this issue · 1 comments

How can I know the version of protobuf for each grpc version?

I downloaded and installed grpc using the following command

git clone --recurse-submodules -b v1.41.0 https://github.com/grpc/grpc
...

and I found that the protobuf(or say protoc) version used in this grpc is 3.17.3,but I would like a grpc that uses protoc version 3.8 (because I am working on another project using protoc version 3.8).

Thanks

As far as I know, these versions between v1.23.1->v1.24.3 are satisfied.