SerializerTests icon indicating copy to clipboard operation
SerializerTests copied to clipboard

Apache Avro Serializer Support

Open jimmyheaddon opened this issue 4 years ago • 1 comments

Hello, when you get the time, would it be possible to add Apache Avro to your list of serializers, please? It has some nice dynamic typing features, but I'm curious to see how it stacks-up against the competition.

https://avro.apache.org/docs/current/

Thanks!

jimmyheaddon avatar Mar 14 '20 07:03 jimmyheaddon

Avro looks not easy to consume (https://shanidgafur.github.io/blog/apache-avro-on-dotnet). I am not sure if that pays off. The bar I have put is it must be at least as fast as protobuf to enter. Since this is mainly used by Java I doubt I will find high perf code there. But you are welcome to prove me wrong and provide a PR for it.

Alois-xx avatar Mar 14 '20 18:03 Alois-xx