Hello, I am not sure, but I think avro-ipc uses jansson internally. Lewis, the examples that you gave me are helping me to build filemgr types. I also thinking about using AVRO IDL.
Thanks, 2015-06-24 1:32 GMT+03:00 BW <[email protected]>: > You can also embed jannson in Avro-rpc. > > On Tuesday, June 23, 2015, Lewis John Mcgibbney <[email protected] > > > wrote: > > > Hi Radu, > > Did you check out the Objects I've created at > > https://issues.apache.org/jira/browse/OODT-658 > > They may go a long way to helping you out. > > Lewis > > > > On Tue, Jun 23, 2015 at 3:06 PM, Radu Manole <[email protected] > > <javascript:;>> > > wrote: > > > > > I have a question, in the catalog module, I want to use avro-rpc from > > > CommunicationChannel, based on xmlrpc example. But xmlrpc > implementation > > is > > > using a Serializer class to transform OODT objects to strings. This is > > done > > > because xmlrpc support strings by default. My question is, > > > witch is better for avro-rpc, to create objects using avro schema, or > to > > > use Serializer class and send strings. > > > > > > Momentary I will implement using strings. > > > Thanks, > > > Radu. > > > > > > > > > > > -- > > *Lewis* > > >
