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

Support dynamically configuring the JDG protobuf schema

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: