Closed ikstewa closed 1 year ago
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Confirmed the issue was due to missing protocol_version
field. Setting to a value > 2.1.0 fixed the issue.
Component(s)
exporter/kafka
What happened?
Description
Documentation stats zstd is supported however an older version of sarama is being used which does not support zstd.
Steps to Reproduce
Set zstd compression on a kafka exporter:
Expected Result
zstd compression is supported
Actual Result
Collector fails to start up with the following error:
Collector version
otel/opentelemetry-collector-contrib:0.83.0
Environment information
Environment
docker
OpenTelemetry Collector configuration
No response
Log output
Additional context
No response