You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Teodor Kostov (Jira)" <ji...@apache.org> on 2019/08/21 07:51:00 UTC

[jira] [Created] (AVRO-2515) Enable direct access to utility methods in ProtobufData

Teodor Kostov created AVRO-2515:
-----------------------------------

             Summary: Enable direct access to utility methods in ProtobufData
                 Key: AVRO-2515
                 URL: https://issues.apache.org/jira/browse/AVRO-2515
             Project: Apache Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.9.0
         Environment: N/A
            Reporter: Teodor Kostov


Enable direct access to utility methods in {{ProtobufData}} that deal with the message description on a more granular level.

{{ProtobufData}} presents some great functionality that allows dealing with the Protobuf message descriptors. The intention of this PR is to provide access to the methods that deal with these descriptors on a more granular level. This would make it more flexible for the library clients to deal with their Protobuf message.

In terms of extending the functionality this would make it possible for clients to adjust some specific moments of the conversion from Protobuf descriptors to Avro schemas.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)