[
https://issues.apache.org/jira/browse/AVRO-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Porter updated AVRO-66:
------------------------------
Attachment: AVRO-66.1.patch
This patch incorporates Doug's suggestion to use a GenericDatumReader/Writer to
consume and produce a map (vs low-level calls to Encoder and Decoder).
This patch always sends empty maps from the Requestor to the Responder. The
Responder simply echos back to the Requestor the same Map it was given.
Finally, the Requestor discards the metadata it receives. This will change
once we implement the plugin handler mechanism shortly.
> add RPC per-call metadata and a plugin API to access it
> -------------------------------------------------------
>
> Key: AVRO-66
> URL: https://issues.apache.org/jira/browse/AVRO-66
> Project: Avro
> Issue Type: New Feature
> Components: c, c++, java, python, spec
> Reporter: George Porter
> Attachments: AVRO-66.1.patch, AVRO-66.patch
>
>
> The RPC specification should support per-call metadata maps. Requestor and
> Responder should have methods that access this per-call metadata.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.