You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/18 22:16:52 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #102: Updated zstd go library to avoid cgo dependency for compression

merlimat opened a new pull request #102: Updated zstd go library to avoid cgo dependency for compression
URL: https://github.com/apache/pulsar-client-go/pull/102
 
 
   ### Motivation
   
   So far, we were relying on the CGo based `valyala/gozstd` for Zstd compression, since the native go `klauspost/compress` wasn't supporting it. Newer version of that library now supports compression so we can get rid of CGo based one.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services