[teiid-issues] [JBoss JIRA] (TEIID-3318) Support dynamically configuring the JDG protobuf schema

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Mar 3 15:54:49 EST 2015


    [ https://issues.jboss.org/browse/TEIID-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045888#comment-13045888 ] 

RH Bugzilla Integration commented on TEIID-3318:
------------------------------------------------

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1187362|https://bugzilla.redhat.com/show_bug.cgi?id=1187362] from ASSIGNED to CLOSED

> Support dynamically configuring the JDG protobuf schema
> -------------------------------------------------------
>
>                 Key: TEIID-3318
>                 URL: https://issues.jboss.org/browse/TEIID-3318
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Misc. Connectors
>    Affects Versions: 8.7.1, 8.10
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the teiid-issues mailing list