Not yet.  Somebody started with an RPC implementation for C++ but it's not
yet complete.  You're welcome to contribute to it :).

Scott



On Tue, Jun 8, 2010 at 2:36 PM, Roshan A. Punnoose <[email protected]
> wrote:

> In the avro rpc quickstart, in ruby I can send json data using the ruby
> requestor. Looks like:
>
>  message = {
>     'to'   => ARGV[0],
>     'from' => ARGV[1],
>     'body' => ARGV[2]
>   }
>
> params = {'message' => message}
>
> result = requestor.request('send', params)
>
> Is it possible to do the same thing in C++?
>
>
> Roshan Punnoose
> [email protected]
> Proteus Technologies
>
>
>
>

Reply via email to