dunglas opened a new issue #440:
URL: https://github.com/apache/pulsar-client-go/issues/440
#### Expected behavior
It should be possible to install the latest version.
#### Actual behavior
PR #385 conflicts with other libs depending on `github.com/DataDog/zstd`. In
my project, `zstd` is a transient dependency of many other open source
dependencies, and all the other ones are using `github.com/DataDog/zstd`. This
leads to an installation error:
../../go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/compression/zstd_cgo.go:27:2:
case-insensitive import collision: "github.com/datadog/zstd" and
"github.com/DataDog/zstd"
Downgrading to v0.2.0 fixes the issue on the short term.
#### Steps to reproduce
`go get -u`
----------------------------------------------------------------
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]