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 2009/12/31 20:05:29 UTC

[jira] Commented: (AVRO-267) Tool (for "avroj") to send and receive a single RPC from the commandline

    [ https://issues.apache.org/jira/browse/AVRO-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795643#action_12795643 ] 

Doug Cutting commented on AVRO-267:
-----------------------------------

Overall this looks good.  Some comments:
 - the new public methods in JsonDecoder need javadoc.
 - the "Expected two arguments" message expects four.
 - the checking of the message name is redundant with checks Requestor and Responder perform, no?


> Tool (for "avroj") to send and receive a single RPC from the commandline
> ------------------------------------------------------------------------
>
>                 Key: AVRO-267
>                 URL: https://issues.apache.org/jira/browse/AVRO-267
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>         Attachments: AVRO-267.patch.txt, AVRO-267.patch.txt, AVRO-267.patch.txt
>
>
> Vaguely similar to "netcat" and "netcat -l", "avroj rpcreceive" and "avroj rpcsend" would send receive or send a single RPC (using the HTTP transport).  The former is required to have a response pre-determined and echoes the request; the latter echoes any response it receives.

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