schneiderlin opened a new issue, #433: URL: https://github.com/apache/rocketmq-clients/issues/433
zlib is used for [compression](https://github.com/apache/rocketmq/blob/a68078fef8315a0deeae32af42a029ccd2fa76a4/common/src/main/java/org/apache/rocketmq/common/compression/ZlibCompressor.java) on the JAVA side. The compressed content does not have a gzip header. This causes the decompression to fail when using gzip on the golang side. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
