[
https://issues.apache.org/jira/browse/HADOOP-6930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903139#action_12903139
]
Sharad Agarwal commented on HADOOP-6930:
----------------------------------------
Having 'reflect' and 'specific' types as interoperable would be a great thing.
But for now I am thinking of a simpler fix -> Have AvroSpecificRpcEngine (that
extends AvroRpcEngine) and let AvroRpcEngine to have protected factory methods
for creating Requestor and Responder.
Here clients HAVE to choose between 'reflect' and 'specific' Avro engine, but
that should be ok for now.
> AvroRpcEngine doesn't work with generated Avro code
> ---------------------------------------------------
>
> Key: HADOOP-6930
> URL: https://issues.apache.org/jira/browse/HADOOP-6930
> Project: Hadoop Common
> Issue Type: Bug
> Components: ipc
> Reporter: Sharad Agarwal
>
> AvroRpcEngine uses 'reflect' based java implementation. There should be a way
> to have it work with 'specific' (generated code from avro idl).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.