-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support lz4 compression #256
Comments
And yet as with snappy, the framing format kafka uses is not supported by the "normal" go lz4 package. http://fastcompression.blogspot.ca/2013/04/lz4-streaming-format-final.html |
Again? That's annoying... |
This is still not documented on the official protocol page, we don't need it, and nobody else seems to be asking for it. I'm gonna icebox this until somebody actually wants it. |
Kafka v 0.10 supports LZ4 with correct offsets: Can this be reopened? |
I'll re-open, but I don't have any time to implement this in the next little while so it won't mean much. |
See #786 |
@eapache I guess this can be closed. I tried the LZ4 on our 0.10.0.1 cluster. It didn't outperform GZIP for our usecase but it works. |
Yup, thanks. If anybody really wants the weird framing support then that can be another ticket but I doubt anyone cares. |
https://github.com/cloudflare/golz4 should be simple enough
https://issues.apache.org/jira/browse/KAFKA-1456
https://issues.apache.org/jira/browse/KAFKA-1493
The text was updated successfully, but these errors were encountered: