Details
-
Sub-task
-
Status: Triage Needed
-
P3
-
Resolution: Fixed
-
None
-
None
Description
Protobuf has a rich metadata system called options. This system is fully typed and matches Beams Schema Option system. For now we can only convert the following protobuf options:
- File Options -> Beam doesn't have this concept
- Message Options -> Beam Schema Options
- Field Options -> Beam Schema Options
- Enum Options -> This can only be done when logical type options are available
- EnumValue Options -> This can only be done when logical type options are available
- Service Options -> Beam doesn't have this concept
- Method Options -> Beam doesn't have this concept