We are using Avro as our format when writing to a Kafka topic. After we enabled snappy compression on the producer, we don't see a change in the compression ratio (still 1). I was wondering if we should compress the message before serialization.
Thanks, David