-
Notifications
You must be signed in to change notification settings - Fork 15.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
Add application note for explicit presence tracking. #7390
Conversation
This includes instructions for enabling explicit presence tracking in proto3, and also explains implicit presence. The language examples were written by inspection, and not individually tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't been able to get through all of this yet, but a few preliminary comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! I went through the rest of the doc and found a few more things.
- noted experimental status in release 3.12 - clarified JSON null and ordering concerns - "implicit presence" -> "no presence" - clarified message presence in proto3 - fixed round-trip example (client definitions were switched)
Singular, non-message typed fields in proto3 experimentally support explicit presence tracking (see docs/field_presence.md for details).