vmagamedov/grpclib

Support --experimental_allow_proto3_optional

Closed this issue · 3 comments

Mokto commented

Thanks for this awesome library!

It would be nice to support --experimental_allow_proto3_optional as this is quite common to use when creating Golang GRPC servers.

Right now I got this:

XXX is a proto3 file that contains optional fields, but code generator protoc-gen-grpclib_python hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--grpclib_python_out:

Oops, this was fixed in #125 but not released. Thanks for pointing out.

Issued 0.4.2rc2 release candidate with a fix.

Mokto commented

Thanks!