-
Notifications
You must be signed in to change notification settings - Fork 63
LZ4 compression #129
Comments
You might be interested in my implementation of LZ4 in kafka4net for some hints: Another advice, you might want to invest into java cross-validation framework, like this: |
Hey, thanks for the pointer. I wasn't aware of the LZ4 library and was considering implementing the compression from scratch. Has your experience with the library been good? Regarding the cross-validation framework - good call, I think this would be useful. |
I remember we have used compression for many years in production but do not recall, which one it was, snappy or lz4. Here I run java compatibility test for gzip, lz4, snappy codecs. Idea is to invoke java and generate random content messages. C# creates text file with desired message sizes, java generates messages of desired length, publish messages to kafka and writes text file with hash codes of generated messages. C# reads java's hashes, consumes messages and compares message hash to the one generated by java. |
Looks like there is a lot of interest in getting LZ4 for Kafunk at Jet now. Should be prioritizing this work soon. |
No description provided.
The text was updated successfully, but these errors were encountered: