tuteng commented on issue #440: URL: https://github.com/apache/pulsar-client-go/issues/440#issuecomment-772122828
A temporary solution, if you don't need to use zstd related functions, you can simply replace this file and remove the code related to zstd, for example https://github.com/streamnative/pulsar-beat-output/blob/master/zstd_cgo.go ``` cp zstd_cgo.go /your-file-path/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/compression/zstd_cgo.go ``` ---------------------------------------------------------------- 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: [email protected]
