n8n
n8n copied to clipboard
feat(Kafka Node): Add support for Snappy compression
This PR adds support of Snappy compression for Kafka node.
Any chance of adding support for zstd in here too?
Any chance of adding support for zstd in here too?
Second this
zstd / snappy / lz4 / gzip are required for standard interoperability with kafka. I understand not including support in a custom consumer you are building as part of an application if it's not used in your organization. But given that this project is intended for generic use with Kafka, it should include support the standard compression types used by kafka.
We would really appreciate this functionality being included too!