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

Support dynamically configuring the JDG protobuf schema

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • 8.7.1, 8.10
    • Misc. Connectors
    • None

    Description

      Need to add the ability to dynamically configure the protobuf schema. A
      snip-it from an example:

      // generate and register a Protobuf schema and marshallers based on Note class and the referenced classes (User class)
      ProtoSchemaBuilder protoSchemaBuilder = new ProtoSchemaBuilder();
      String generatedSchema = protoSchemaBuilder
      .fileName("sample_schema.proto")
      .packageName("sample_package")
      .addClass(Note.class)
      .build(serCtx);

      This would change the need for the user to implement marshallers.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: