RobertIndie commented on issue #1331: URL: https://github.com/apache/pulsar-client-go/issues/1331#issuecomment-2703744906
> we are using CompressionType.LZ4 That's strange. The LZ4 decompression doesn't seem to use the reader, so it shouldn't cause the EOF error. Maybe I missed something. However, I noticed that version v2.0.5 of LZ4 is outdated, so I submitted a PR to upgrade it to v4: https://github.com/apache/pulsar-client-go/pull/1341. The new version of LZ4 has resolved many EOF errors, but I'm not sure if it addresses this issue. I also submitted another PR to improve the decompression error message to include more useful information: https://github.com/apache/pulsar-client-go/pull/1342. After mering this PR, we can try it again and hope we can get more helpful info. -- 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. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org