Skip to content

Kafka message compression support

Compare
Choose a tag to compare
@mostafa mostafa released this 06 Sep 08:17

This release adds support for message compression in Kafka. The supported compression of messages written to and read from Kafka using these compression codec:

  • Gzip
  • Snappy
  • Lz4
  • Zstd

There's a script that shows how to use the compression feature. The createTopic function is also updated to create topics and set their compression config to the desired value.