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]<mailto:[email protected]>
Proteus Technologies
