You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2010/08/26 01:31:16 UTC

[jira] Updated: (AVRO-631) Change Payload Reporting for Plugins

     [ https://issues.apache.org/jira/browse/AVRO-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Wendell updated AVRO-631:
---------------------------------

    Attachment: AVRO-631.patch.v1

This patch standardizes the implementation according to the proposed change.

> Change Payload Reporting for Plugins
> ------------------------------------
>
>                 Key: AVRO-631
>                 URL: https://issues.apache.org/jira/browse/AVRO-631
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Patrick Wendell
>         Attachments: AVRO-631.patch.v1
>
>
> Right now we are inconsistent with what payload data is reported to plugins. At times, we report the entire handshake/meta/payload and at others just the payload.
> We need to make this consistent, and for simplicity it should just report the payload in isolation, so the plugin doesn't have to try and parse out what is payload and what is handshake.
> To do this without a huge refactoring, we are going to only report request payloads from a requestor and response payloads from a responder. We will leave open the possibility of refactoring though, should a use-case arise where this is really important.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.