LZ4 compression codec interface.
Kafka uses the LZ4 frame format (LZ4F), not raw block compression. The codec must handle frame format encoding/decoding.
Compress data using LZ4 frame format.
Decompress LZ4 frame format data.
LZ4 compression codec interface.
Kafka uses the LZ4 frame format (LZ4F), not raw block compression. The codec must handle frame format encoding/decoding.