You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I started to see the error below as soon as I enabled zstd compression on the collector side.
We are on jaeger 1.19.2 and Kafka 2.5.0
{"level":"error","ts":1613990679.9162657,"caller":"kafka/writer.go:58","msg":"zstd compression requires building with cgo enabled","stacktrace":"github.com/jaegertracing/jaeger/plugin/storage/kafka.NewSpanWriter.func2\n\tgithub.com/jaegertracing/jaeger/plugin/storage/kafka/writer.go:58"}
To Reproduce
Steps to reproduce the behavior:
configure zstd compression for kafka
Have I missed something? Will upgrade to the latest Jaeger will help here?
The text was updated successfully, but these errors were encountered:
Describe the bug
I started to see the error below as soon as I enabled zstd compression on the collector side.
We are on jaeger 1.19.2 and Kafka 2.5.0
{"level":"error","ts":1613990679.9162657,"caller":"kafka/writer.go:58","msg":"zstd compression requires building with cgo enabled","stacktrace":"github.com/jaegertracing/jaeger/plugin/storage/kafka.NewSpanWriter.func2\n\tgithub.com/jaegertracing/jaeger/plugin/storage/kafka/writer.go:58"}
To Reproduce
Steps to reproduce the behavior:
Have I missed something? Will upgrade to the latest Jaeger will help here?
The text was updated successfully, but these errors were encountered: