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: us...@infra.apache.org With regards, Apache Git Services