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

Douglas Creager commented on AVRO-1029:
---------------------------------------

Hi there.  It sounds like you're trying to use the RPC mechanism defined in the 
Avro spec, is that right?  Unfortunately, the Avro C bindings don't support the 
RPC mechanism yet.  The C bindings will let you create instances of an Avro 
schema, and you can create the binary encoding of those instances.  But then 
you'd be responsible for transmitting the binary encoding using some other 
library, like ZeroMQ or raw TCP sockets.

I hope this helps, please let me know if you have any further questions.
                
> I want to transfer files beetwin server and client by Avro-c.
> -------------------------------------------------------------
>
>                 Key: AVRO-1029
>                 URL: https://issues.apache.org/jira/browse/AVRO-1029
>             Project: Avro
>          Issue Type: Test
>          Components: c
>    Affects Versions: 1.5.4
>         Environment: avro in C, linux in vmware.
>            Reporter: menghaocheng
>              Labels: test
>             Fix For: 1.5.4
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
>  I want to transfer files beetwin server and client by Avro-c. I know that 
> there must be two parts in this model, the server and the client. My question 
> is how to make the connection? Please forgive me as this maybe a simle 
> question, But I'm fresh in Avro, your simple worlds maybe helpful for me. If 
> only there is an example for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to