-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Support for proto3 field presence #7051
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
Comments
FYI, grpc/grpc PR: grpc/grpc#22998 |
dapengzhang0
added a commit
that referenced
this issue
May 20, 2020
Version 3.12.0 is needed for the feature of support for proto3 field presence #7051
Do we want the protoc flag |
Yes please turn it on by default. At first I thought the flag only applies to |
dapengzhang0
added a commit
that referenced
this issue
May 21, 2020
Support proto3 field presence #7051. This is the same change as https://github.com/grpc/grpc/pull/22998/files#diff-6c29ff8771ae54ddf2c14e2ef3eb554fR37-R44
dapengzhang0
added a commit
to dapengzhang0/grpc-java
that referenced
this issue
May 21, 2020
Version 3.12.0 is needed for the feature of support for proto3 field presence grpc#7051
dapengzhang0
added a commit
to dapengzhang0/grpc-java
that referenced
this issue
May 21, 2020
Support proto3 field presence grpc#7051. This is the same change as https://github.com/grpc/grpc/pull/22998/files#diff-6c29ff8771ae54ddf2c14e2ef3eb554fR37-R44
dapengzhang0
added a commit
that referenced
this issue
May 22, 2020
Version 3.12.0 is needed for the feature of support for proto3 field presence #7051
dapengzhang0
added a commit
that referenced
this issue
May 22, 2020
Support proto3 field presence #7051. This is the same change as https://github.com/grpc/grpc/pull/22998/files#diff-6c29ff8771ae54ddf2c14e2ef3eb554fR37-R44
dfawley
pushed a commit
to dfawley/grpc-java
that referenced
this issue
Jan 15, 2021
Version 3.12.0 is needed for the feature of support for proto3 field presence grpc#7051
dfawley
pushed a commit
to dfawley/grpc-java
that referenced
this issue
Jan 15, 2021
Support proto3 field presence grpc#7051. This is the same change as https://github.com/grpc/grpc/pull/22998/files#diff-6c29ff8771ae54ddf2c14e2ef3eb554fR37-R44
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Proto3 introduced the
optional
syntax to support field presence tracking in release 3.12.0. We need to add support in our grpc protoc plugin.See this doc for more details. Basically we need to add a function
GetSupportedFeatures()
to our grpc protoc plugin to mark our compliance.Please plan to do this in the next release. If not, please let me know. Thanks!
The text was updated successfully, but these errors were encountered: