cainus/Prozess

Add Compression Support In Producer

Opened this issue · 0 comments

elee commented

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: acrosa/kafka-rb#15