-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: enabling gzip was causing eof errors upon decompression #32081
fix: enabling gzip was causing eof errors upon decompression #32081
Conversation
Fixes #30108 |
Hey @leorinat , You'll need to add a changelog entry for this PR to be merged, I believe it should be |
Done, thanks. |
exporter/awskinesisexporter/internal/compress/noop_compression.go
Outdated
Show resolved
Hide resolved
Its not exactly clear to me why the correctness tests are failing, let check if it is also impacting main. |
This PR doesn't address the parallel compression bug you referenced here. I've added some more comments on the issue: |
Description:
Fixed issue when enabling compression: gzip
Testing:
Locally decompressed the generated payloads before and after the fix