open-telemetry / opentelemetry-collector

OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
4.33k stars 1.44k forks source link

Enabling GZip compression creates EOF bug #9875

Open leorinat opened 6 months ago

leorinat commented 6 months ago

Describe the bug when setting compression:gzip the resulting payload generates eof errors when attempting to uncompress the data

Steps to reproduce

What did you expect to see? A decompressed payload

What did you see instead? A ZLib unexpected EOF error

What version did you use? 0.96

What config did you use? compression: gzip

Environment OS: macos 14.4

atoulme commented 6 months ago

Please provide collector version, configuration, and reproduction steps.