Hello! I work in a predominately C# environment. I've come across two versions of Avro:
1. .NET Hadoop SDK (deprecated?) 2. Apache Avro (latest?) The latter appears to be more up to date. So my follow-up questions are: 1. Am I correct in using the latter version? 2. How feature complete is it relative to the Java version? 3. Is there a way to generate the C# code? ( https://github.com/apache/avro/blob/master/lang/csharp/src/apache/codegen/AvroGen.cs - seems to generate schemas and protocols but not code) TIA! Kind regards, Nathan -- - from my thumbs to your eyes
