Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4456

Enable the abiltiy to support nested and non-nested message descriptors

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 9.1, 8.12.7.6_3
    • None
    • Misc. Connectors
    • None

    Description

      Protobuf definition files can have messages defined in a nested and non-nested form.

      Nested:

      package bigdata;
      message DataEntity {
      ..
         optional MetaData context = 6;
      
        message MetaData {
       ... 
       }
      }
      

      Non-nested:

      package bigdata;
      
      message DataEntity {
      ..
         optional MetaData context = 6;
      }
        message MetaData {
       ... 
       }
      
      

      The ProtobufMetadataProcessor needs to be changed to so that it can create the metadata from either use case.

      Currently it obtains the child descriptor messages from the parent descriptor.

      Attachments

        Activity

          People

            van.halbert Van Halbert (Inactive)
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: