-
Notifications
You must be signed in to change notification settings - Fork 132
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
Support message options #35
Labels
enhancement
New feature or request
Comments
timostamm
changed the title
Add message options to generated code
Support message options
Nov 26, 2020
Open
timostamm
added a commit
that referenced
this issue
May 13, 2021
Similar to what we already have for services, methods and fields. The options are not generated by the plugin yet.
timostamm
added a commit
that referenced
this issue
May 13, 2021
This uncovered some problems with proto2 compatibility. Notably skipping of groups in the binary format and handling group fields in a robust way. Groups are now ignored completely by the plugin, but should be treated as unknown fields by the runtime.
timostamm
added a commit
that referenced
this issue
May 13, 2021
Released in v2.0.0-alpha.23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom field options are added to the generated code as JSON. Same for service options and method options.
But message options are missing.
It should be straight-forward to add this feature. MessageType should have an "options" property just like ServiceType.
The text was updated successfully, but these errors were encountered: