Hi,

We have a cluster of Kafka servers. We want data of all topics on these
servers to be compressed, Is there some configuration to achieve this?
I was able to compress code by using compression.codec property  in
ProducerConfig in Kafka Producer.
But I wanted to know if there is a way of enabling topic compression
without modifying anything in ProducerConfig properties.That is, can I add
compression.codec=snappy in server.properties and have all topics' data
compressed. Is there anything I can do during topic creation wrt
compression?


Thanks
Arathi

Reply via email to