Kafka message compression support
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.