n8n icon indicating copy to clipboard operation
n8n copied to clipboard

feat(Kafka Node): Add support for Snappy compression

Open ekho opened this issue 1 year ago • 4 comments

This PR adds support of Snappy compression for Kafka node.

ekho avatar Nov 16 '23 11:11 ekho

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 16 '23 11:11 CLAassistant

Any chance of adding support for zstd in here too?

brokenjacobs avatar Dec 18 '23 21:12 brokenjacobs

Any chance of adding support for zstd in here too?

Second this

c-arstensen avatar Dec 19 '23 18:12 c-arstensen

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.

brokenjacobs avatar Jan 17 '24 18:01 brokenjacobs

We would really appreciate this functionality being included too!

mikebrandl avatar Mar 25 '24 09:03 mikebrandl