Hi Hari , Thanks, I have implemented the AVRO RPC client based on this below source https://github.com/sidshetye/HelloAvro Thanks,Mahendran
Date: Mon, 10 Nov 2014 11:32:19 -0800 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: AVRO RPC client in C# Unfortunately, the Avro RPC protocol used is Java/JVM only - that uses very specific serialization, that is likely to be difficult to deserialize in any other language. Thrift is the recommend way to go for non-JVM languages. Thanks, Hari On Mon, Nov 10, 2014 at 1:52 AM, mahendran m <[email protected]> wrote: Hi All, I am working on move log data into HDFS using flume . i have done implementing the thrift RPC in c# and sending event to flume, and now like that i need to implement the AVRO RPC client in c# , i spent more than two days to find the sample on generating AVRO C# client but i did not find anything Can any explain me how to implement AVRO RPC in C# Regards, Mahendran
