Prozess
Prozess copied to clipboard
Add Compression Support In Producer
From the Kafka docs:
Kafka currently supports two compression codecs for message sets with the following codec numbers:
Compression Codec None 0 GZIP 1 Snappy 2
This thread may be used as inspiration: https://github.com/acrosa/kafka-rb/pull/15