You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2011/01/07 22:54:45 UTC

[jira] Updated: (AVRO-688) One-Way Attribute is ignored in Python and Ruby bindings

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

Doug Cutting updated AVRO-688:
------------------------------

    Attachment: AVRO-688.patch

Here's a patch that changes Java to only complain when a stateful transport is used.

> One-Way Attribute is ignored in Python and Ruby bindings
> --------------------------------------------------------
>
>                 Key: AVRO-688
>                 URL: https://issues.apache.org/jira/browse/AVRO-688
>             Project: Avro
>          Issue Type: Bug
>          Components: java, python, ruby
>    Affects Versions: 1.4.1
>            Reporter: Mark Lewandowski
>         Attachments: AVRO-688.patch
>
>
> Python and Ruby do not respect the one-way attribute for RPC calls
> Three approaches were suggested to fix this by Doug Cutting.
> 1) fixing Python/Ruby to preserve the one-way attribute in the protocol's JSON
> 2) Fix Java to ignore this attribute when using a stateless transport like HTTP
> 3) a short-term option might be to remove the one-way specification from the Flume protocols

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