[ 
https://issues.apache.org/jira/browse/AVRO-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163820#comment-13163820
 ] 

Doug Cutting commented on AVRO-965:
-----------------------------------

The properties might be instead parsed in ProtocolBody.  E.g. that might look 
something like:

{code}
"{"
    <IMPORT> ... {  .... }
    |
    ( SchemaProperty(props) )*
    ( NamedSchemaDeclaration(props) { ... } | MessageDeclaration(props) {  ... }
"}"
{code}

Does that make sense?
                
> Enhance the IDL parser to allow properties for protocols and messages
> ---------------------------------------------------------------------
>
>                 Key: AVRO-965
>                 URL: https://issues.apache.org/jira/browse/AVRO-965
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: George Fletcher
>            Priority: Minor
>
> Enhance the IDL parser to support arbitrary properties for protocol and 
> message types. This will allow for attaching metadata to a protocol or 
> message and can be used for versioning and in some cases language annotations.
> This was partly discussed as part of JIRA ticket 886
> https://issues.apache.org/jira/browse/AVRO-886

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to