You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/02/12 01:45:26 UTC

[GitHub] [avro] zcsizmadia commented on pull request #1536: AVRO-3388: Extra codecs in C#

zcsizmadia commented on pull request #1536:
URL: https://github.com/apache/avro/pull/1536#issuecomment-1036933018


   This is a POC how XZ, bzip2, snappy and zstandard can be added to C#.
   
   All of these extra codecs would beimplemented ina aseparate nuget package, so the originalmain avro library does not change at all.
   
   The package dependencies are specified by the codec libraries.
   
   E.g. this proof of concept builds 3 new nuget packages:
   
   ```
   Apache.Avro.Codec.XZ.1.12.0.nupkg
   Apache.Avro.Codec.Zstandard.1.12.0.nupkg
   Apache.Avro.Codec.Snappy.1.12.0.nupkg
   Apache.Avro.Codec.BZip2.1.12.0.nupkg
   ```
   
   The codecs need to be registered the  Codec registartion feature, which was added in https://github.com/apache/avro/pull/1358
   
   This is a very early stage POC, so any ideas are appreciated!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org