[ 
https://issues.apache.org/jira/browse/AVRO-3388?focusedWorklogId=725813&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725813
 ]

ASF GitHub Bot logged work on AVRO-3388:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Feb/22 17:18
            Start Date: 13/Feb/22 17:18
    Worklog Time Spent: 10m 
      Work Description: zcsizmadia edited a comment 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 5 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
   Apache.Avro.Codec.Brotli.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 725813)
    Time Spent: 3h 10m  (was: 3h)

> Implement extra codecs for C# as seperate nuget packages
> --------------------------------------------------------
>
>                 Key: AVRO-3388
>                 URL: https://issues.apache.org/jira/browse/AVRO-3388
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: csharp
>            Reporter: Zoltan Csizmadia
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> C# main library supports only Deflate and Null codecs. There are other 
> supported codecs using  Java: XZ, bzip2, zstandard, snappy.
>  
> C# has support for all these codecs, however they require many dependencies. 
> It makes sense to create nuget packages for each codec, and the end user 
> references the codecs, which are needed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to