Reputation: 301
Hello gRPC developers,
I want to understand better the gRPC world. and there is a mismatch with the libprotoc
versions that i did not get well.
Im working with ubuntu. and following the protoc instalation guide the version 3.21.12
jhonatan@laptop ~/project> protoc --version
libprotoc 3.21.12
While I was exploring gRPC with GOlang everything was working well. BUT i decided to use a PHP client.
Learning from the official grpc-php-docs i succeed to generate the grpc_php_plugin
.
but after the compiling a new protoc version was created together with the grpc_php_plugin
... and only using this new one is possible to convert my .proto files to PHP.
jhonatan@laptop ~/P/cmake/build/third_party/protobuf ((v1.69.0))> ./protoc --version
libprotoc 29.0
But now I want to understand this better: can you please answer these questions:
Thanks in advance.
Upvotes: 0
Views: 32