You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alex Van Boxel (Jira)" <ji...@apache.org> on 2020/01/01 09:17:00 UTC

[jira] [Created] (BEAM-9044) Convert protobuf options to Schema options

Alex Van Boxel created BEAM-9044:
------------------------------------

             Summary: Convert protobuf options to Schema options
                 Key: BEAM-9044
                 URL: https://issues.apache.org/jira/browse/BEAM-9044
             Project: Beam
          Issue Type: Task
          Components: extensions-java-protobuf
            Reporter: Alex Van Boxel
            Assignee: Alex Van Boxel


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_



--
This message was sent by Atlassian Jira
(v8.3.4#803005)